Skip to content

Commit

Permalink
revert to default message-box in example
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Mar 7, 2024
1 parent 8381198 commit fab13c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login-workflow/example/src/screens/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Login = (): JSX.Element => (
projectImage={<img src={EatonLogo} alt="logo" style={{ maxHeight: 80 }} />}
header={<DebugComponent />}
errorDisplayConfig={{
mode: 'dialog',
mode: 'message-box',
messageBoxConfig: {
dismissible: true,
position: 'top',
Expand Down

0 comments on commit fab13c0

Please sign in to comment.