Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed Jun 29, 2020
1 parent 1aa9941 commit cc75db7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function SavedViewManageViewsFlyout<ViewState>({
[deleteView]
);

const renderMakeDefaultction = useCallback(
const renderMakeDefaultAction = useCallback(
(item: SavedView<ViewState>) => {
const isDefault = item.id === defaultViewId;
return (
Expand Down Expand Up @@ -142,7 +142,7 @@ export function SavedViewManageViewsFlyout<ViewState>({
actions: [
{
available: () => true,
render: renderMakeDefaultction,
render: renderMakeDefaultAction,
},
{
available: (item: SavedView<ViewState>) => true,
Expand Down

0 comments on commit cc75db7

Please sign in to comment.