Skip to content

Commit

Permalink
fix: fix create pivot view
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Jan 22, 2025
1 parent 29cd2b0 commit 78fffe0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import { LL } from "@undb/i18n/client"
import { getDataService } from "$lib/store/data-service.store"
import { type ICreateViewCommand } from "@undb/commands"
import { getIsPlayground } from "$lib/store/playground.svelte"
let open = false
Expand All @@ -32,6 +33,7 @@
export let viewNames: string[]
const dataService = getDataService()
const isPlayground = getIsPlayground()
const createViewMutation = createMutation({
mutationFn: dataService.table.view.createView,
Expand Down

0 comments on commit 78fffe0

Please sign in to comment.