summaryrefslogtreecommitdiff
path: root/packages/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src')
-rw-r--r--packages/client/src/ui/deck.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/ui/deck.vue b/packages/client/src/ui/deck.vue
index e1b2887bb2..73dc83180f 100644
--- a/packages/client/src/ui/deck.vue
+++ b/packages/client/src/ui/deck.vue
@@ -82,7 +82,7 @@ export default defineComponent({
});
const columns = deckStore.reactiveState.columns;
- const layout = deckStore.reactiveState.layout.value;
+ const layout = deckStore.reactiveState.layout;
const menuIndicated = computed(() => {
if ($i == null) return false;
for (const def in menuDef) {