Skip to content

Commit

Permalink
fix vercel demo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 1, 2023
1 parent 6a43322 commit b3ac8ee
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 b3ac8ee

Please sign in to comment.