diff --git a/web/components/Brand/Button.vue b/web/components/Brand/Button.vue index 297ea0b89..128e33772 100644 --- a/web/components/Brand/Button.vue +++ b/web/components/Brand/Button.vue @@ -1,5 +1,8 @@ + + diff --git a/web/components/KeyActions.ce.vue b/web/components/KeyActions.ce.vue index 4c2b2abbf..8b31e8b31 100644 --- a/web/components/KeyActions.ce.vue +++ b/web/components/KeyActions.ce.vue @@ -8,8 +8,6 @@ import '~/assets/main.css'; const { t } = useI18n(); const { keyActions } = storeToRefs(useServerStore()); - -console.log('[keyActions]', keyActions.value);