Skip to content

Commit

Permalink
chore: remove buttong
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 23, 2024
1 parent 2e4a3b9 commit a74b338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/lib/components/blocks/nav/nav-tools.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
Create New Base
</Button>

<Button
<!-- <Button
class="w-full justify-start text-left"
on:click={() => $createFromTemplateMutation.mutate({ templateName: "test" })}
variant="link"
size="sm"
>
<PlusIcon class="mr-2 h-3 w-3" />
Create New Base
</Button>
</Button> -->
{/if}
</div>

0 comments on commit a74b338

Please sign in to comment.