Skip to content

Commit d632881

Browse files
committed
fix: missing base option in gql
1 parent 63ac8d7 commit d632881

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apps/frontend/src/routes/(share)/s/b/[shareId]/+layout.gql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ query GetShareBaseData($shareId: ID!) {
1111
baseByShare(shareId: $shareId) {
1212
id
1313
name
14+
option
1415

1516
tables {
1617
id

apps/frontend/src/routes/(share)/s/b/[shareId]/+layout.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<script lang="ts">
2-
import BaseHeader from "$lib/components/blocks/base/base-header.svelte"
32
import ShareBaseNav from "$lib/components/blocks/base/share-base-nav.svelte"
43
import * as Resizable from "$lib/components/ui/resizable"
54
import type { PaneAPI } from "paneforge"
65
import type { LayoutData } from "./$types"
7-
import { ScrollArea } from "$lib/components/ui/scroll-area"
86
import Logo from "$lib/images/logo.svg"
9-
import { PanelLeftCloseIcon, PanelLeftOpenIcon } from "lucide-svelte"
107
118
export let data: LayoutData
129

0 commit comments

Comments
 (0)