Skip to content

Commit

Permalink
strict type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Sep 14, 2022
1 parent d14aa38 commit b978925
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ const SessionManagerTab: React.FC = () => {
return;
}
Modal.createDialog(LogoutDialog,
/* props= */{}, /* className= */null,
/* props= */{}, /* className= */undefined,
/* isPriority= */false, /* isStatic= */true);
};

Expand Down

0 comments on commit b978925

Please sign in to comment.