Skip to content

Commit

Permalink
fix: fix kanban gallery view widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Oct 11, 2024
1 parent e68508e commit 5f06822
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@
{#await import("$lib/components/blocks/record-detail/table-record-detail-sheet.svelte") then { default: TableRecordDetailSheet }}
<TableRecordDetailSheet />
{/await}

{#await import("$lib/components/blocks/view-widget/view-widget-sheet.svelte") then { default: ViewWidgetSheet }}
<ViewWidgetSheet {viewId} />
{/await}
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@
{#await import("$lib/components/blocks/record-detail/table-record-detail-sheet.svelte") then { default: TableRecordDetailSheet }}
<TableRecordDetailSheet />
{/await}

{#await import("$lib/components/blocks/view-widget/view-widget-sheet.svelte") then { default: ViewWidgetSheet }}
<ViewWidgetSheet {viewId} />
{/await}
{/key}

0 comments on commit 5f06822

Please sign in to comment.