Skip to content

Commit

Permalink
fix: missing base option in gql
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 19, 2024
1 parent 63ac8d7 commit d632881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/routes/(share)/s/b/[shareId]/+layout.gql
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ query GetShareBaseData($shareId: ID!) {
baseByShare(shareId: $shareId) {
id
name
option

tables {
id
Expand Down
3 changes: 0 additions & 3 deletions apps/frontend/src/routes/(share)/s/b/[shareId]/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<script lang="ts">
import BaseHeader from "$lib/components/blocks/base/base-header.svelte"
import ShareBaseNav from "$lib/components/blocks/base/share-base-nav.svelte"
import * as Resizable from "$lib/components/ui/resizable"
import type { PaneAPI } from "paneforge"
import type { LayoutData } from "./$types"
import { ScrollArea } from "$lib/components/ui/scroll-area"
import Logo from "$lib/images/logo.svg"
import { PanelLeftCloseIcon, PanelLeftOpenIcon } from "lucide-svelte"
export let data: LayoutData
Expand Down

0 comments on commit d632881

Please sign in to comment.