chore: Revert last commit

This commit is contained in:
iamsivin
2025-03-28 15:23:26 +05:30
parent c3c5cf5bd6
commit d97dd00b77
@@ -222,18 +222,18 @@ export default {
</div>
<template v-else-if="!showUpgradePage">
<router-view />
<CommandBar />
<NotificationPanel
v-if="isNotificationPanel"
@close="closeNotificationPanel"
/>
<woot-modal
v-model:show="showAddLabelModal"
:on-close="hideAddLabelPopup"
>
<AddLabelModal @close="hideAddLabelPopup" />
</woot-modal>
</template>
<CommandBar />
<NotificationPanel
v-if="isNotificationPanel"
@close="closeNotificationPanel"
/>
<woot-modal
v-model:show="showAddLabelModal"
:on-close="hideAddLabelPopup"
>
<AddLabelModal @close="hideAddLabelPopup" />
</woot-modal>
<AccountSelector
:show-account-modal="showAccountModal"
@close-account-modal="toggleAccountModal"