Skip to content

Commit

Permalink
admin: Fix that the final check mark doesn't have transition
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Jan 11, 2024
1 parent 7e91a01 commit 3df8b87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin/components/PlaylistList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@
</transition>
<transition-group
v-if="props.type === 'changes'"
:css="getPublishingStateById(song.$id)?.state !== 'succeeded'"
enter-from-class="opacity-0"
enter-active-class="transition-opacity duration-200"
leave-active-class="transition-opacity duration-200"
Expand Down

0 comments on commit 3df8b87

Please sign in to comment.