From 442f9ce0d77443b30de25d2da96e5d9bbd8bd774 Mon Sep 17 00:00:00 2001 From: wvffle Date: Thu, 30 Jun 2022 01:32:37 +0000 Subject: [PATCH] Fix v-if keys --- front/src/components/audio/ChannelCard.vue | 2 -- front/src/components/auth/ApplicationForm.vue | 2 -- front/src/components/auth/Authorize.vue | 2 -- front/src/components/auth/Plugin.vue | 6 +---- front/src/components/channels/AlbumModal.vue | 2 -- front/src/components/channels/AlbumSelect.vue | 2 -- front/src/components/channels/UploadForm.vue | 8 ++----- front/src/components/channels/UploadModal.vue | 4 ---- front/src/components/common/ActionTable.vue | 2 -- front/src/components/common/ExpandableDiv.vue | 2 -- front/src/components/library/AlbumBase.vue | 2 -- front/src/components/library/AlbumDetail.vue | 2 -- front/src/components/library/AlbumEdit.vue | 2 -- front/src/components/library/ArtistEdit.vue | 2 -- front/src/components/library/EditForm.vue | 2 -- front/src/components/library/FsLogs.vue | 23 ++++++++++--------- front/src/components/library/TrackDetail.vue | 4 ---- front/src/components/library/TrackEdit.vue | 2 -- .../manage/moderation/InstancePolicyForm.vue | 6 ----- .../manage/moderation/ReportCard.vue | 4 ++-- .../components/manage/users/UsersTable.vue | 4 ++-- .../src/components/moderation/FilterModal.vue | 1 - front/src/types.ts | 7 ++++++ .../views/admin/moderation/AccountsDetail.vue | 4 ---- front/src/views/auth/ProfileOverview.vue | 3 --- front/src/views/channels/DetailBase.vue | 6 ----- front/src/views/channels/DetailOverview.vue | 4 ---- front/src/views/library/DetailAlbums.vue | 2 -- front/src/views/library/DetailOverview.vue | 2 -- front/src/views/library/DetailTracks.vue | 2 -- 30 files changed, 26 insertions(+), 90 deletions(-) diff --git a/front/src/components/audio/ChannelCard.vue b/front/src/components/audio/ChannelCard.vue index 68210a30a..1d5368d29 100644 --- a/front/src/components/audio/ChannelCard.vue +++ b/front/src/components/audio/ChannelCard.vue @@ -24,7 +24,6 @@
Update application Create application diff --git a/front/src/components/auth/Authorize.vue b/front/src/components/auth/Authorize.vue index e0e05e7c5..5449093da 100644 --- a/front/src/components/auth/Authorize.vue +++ b/front/src/components/auth/Authorize.vue @@ -116,7 +116,6 @@

@@ -124,7 +123,6 @@