Skip to content

Commit 57b2627

Browse files
committed
fix: missing visibility prop
1 parent 0a9aefb commit 57b2627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/postgres-new/app/db/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ export default function Page({ params }: { params: { id: string } }) {
2020
run()
2121
}, [databaseId, router])
2222

23-
return <Workspace databaseId={databaseId} />
23+
return <Workspace databaseId={databaseId} visibility="local" />
2424
}

0 commit comments

Comments
 (0)