chore(front): re-enable modals
This commit is contained in:
parent
5f4931c0c5
commit
8fad059b6e
|
@ -86,10 +86,9 @@ store.dispatch('auth/fetchUser')
|
|||
</transition>
|
||||
<LanguagesModal />
|
||||
<ShortcutsModal />
|
||||
<!-- TODO: Make modals available -->
|
||||
<!-- <PlaylistModal /> -->
|
||||
<!-- <FilterModal /> -->
|
||||
<!-- <ReportModal /> -->
|
||||
<PlaylistModal />
|
||||
<FilterModal />
|
||||
<ReportModal />
|
||||
<UploadModal />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue