Skip to content

Commit 52e4101

Browse files
authored
Temporarily disable Wizard AI (#325)
1 parent 779751b commit 52e4101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
</script>
152152

153153
<div class="container flex flex-col gap-4 p-4">
154-
<Wiz bind:functionCall={functionCall} bind:currentOpts={opts}></Wiz>
154+
<!-- <Wiz bind:functionCall={functionCall} bind:currentOpts={opts}></Wiz> -->
155155

156156
<div class="header flex flex-row justify-between">
157157
<div class="tab overflow-hidden">

0 commit comments

Comments
 (0)