Skip to content

Commit

Permalink
refactor: correct the exportAs tool tip title
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Dec 18, 2023
1 parent 592fe11 commit e721906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/toolbar/BasicToolBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function BasicToolBarInner({
>
<Toolbar.Item
id={options.exportAs.id}
title={options.import.label}
title={options.exportAs.label}
icon={<FaFileExport />}
/>
</DropdownMenu>
Expand Down

0 comments on commit e721906

Please sign in to comment.