Skip to content

Commit

Permalink
fix: vercel demo bug (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Dec 1, 2023
1 parent 6a43322 commit 6e29cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/components/cmdk/vercel/vercel-cmdk.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Projects from './projects.svelte';
import '$styles/cmdk/vercel.postcss';
let inputValue: string;
let inputValue: string = '';
let pages: string[] = ['home'];
$: activePage = pages[pages.length - 1];
Expand Down

0 comments on commit 6e29cdc

Please sign in to comment.