Skip to content

Commit

Permalink
typo fix (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
amv1017 authored Mar 28, 2024
1 parent 943961b commit 41af73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Example = () => {
}}
variant="contained"
>
Crete New Account
Create New Account
</Button>
</Box>
<MRT_GlobalFilterTextField table={table} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Example = () => {
}}
variant="contained"
>
Crete New Account
Create New Account
</Button>
</Box>
<MRT_GlobalFilterTextField table={table} />
Expand Down

0 comments on commit 41af73e

Please sign in to comment.