Skip to content

Commit

Permalink
fix typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Jan 2, 2024
1 parent 8c2a183 commit 1def6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function FontLibraryModal( {
<Tabs.TabPanel
key={ id }
tabId={ id }
focusable="false"
focusable={ false }
>
{ contents }
</Tabs.TabPanel>
Expand Down

0 comments on commit 1def6f1

Please sign in to comment.