Skip to content

Commit

Permalink
chore: remove useless option
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Dec 8, 2023
1 parent 5178290 commit 440f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/toolbar/ToolBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface ToolBarInnerProps {

function ToolBarInner({ selectedTool }: ToolBarInnerProps) {
return (
<Toolbar vertical intent="none">
<Toolbar vertical>
<FunctionToolBar defaultValue={selectedTool} />
<BasicToolBar />
</Toolbar>
Expand Down

0 comments on commit 440f3f6

Please sign in to comment.