chore(front): re-enable modals

This commit is contained in:
ArneBo 2025-02-06 19:21:21 +01:00
parent 5f4931c0c5
commit 8fad059b6e
1 changed files with 3 additions and 4 deletions

View File

@ -86,10 +86,9 @@ store.dispatch('auth/fetchUser')
</transition>
<LanguagesModal />
<ShortcutsModal />
<!-- TODO: Make modals available -->
<!-- <PlaylistModal /> -->
<!-- <FilterModal /> -->
<!-- <ReportModal /> -->
<PlaylistModal />
<FilterModal />
<ReportModal />
<UploadModal />
</div>
</template>