Skip to content

Commit

Permalink
Merge pull request #138 from huyjs9/fix/add-area
Browse files Browse the repository at this point in the history
fix: add area on side panel
  • Loading branch information
1ilit authored Jun 17, 2024
2 parents 1fb947c + e5a0904 commit c90b33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditorSidePanel/AreasTab/AreasTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function AreasTab() {
<div className="flex gap-2">
<SearchBar />
<div>
<Button icon={<IconPlus />} block onClick={addArea}>
<Button icon={<IconPlus />} block onClick={() => addArea()}>
{t("add_area")}
</Button>
</div>
Expand Down

0 comments on commit c90b33c

Please sign in to comment.