Skip to content

Commit

Permalink
Update flash.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Aug 21, 2024
1 parent 53fdeac commit b9fa93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/flash/flash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<Transition :name="defaultStore.state.animation ? 'zoom' : ''" mode="out-in">
<div v-if="started" :class="$style.started">
<div class="main _panel">
<MkAsUi v-if="root" :cid="'___root___'" :components="components"/>
<MkAsUi :cid="'___root___'" :components="components"/>
</div>
<div class="actions _panel">
<div class="items">
Expand Down

0 comments on commit b9fa93d

Please sign in to comment.