CE-3633: Migrate dialogs
- Migrated Dialogs
- Migrated Dialog test
- Migrated Dialog story
Test it in Deploy or Template using MR for them. Remember to run npm ci
Edited by Johanna Szepanski
Merge request reports
Activity
Filter activity
assigned to @johannaszepanski
added 1 commit
- c8102643 - moved open prop to DialogProps obj as required by MUI
added 1 commit
- 2de01dad - moved open prop to DialogProps obj as required by MUI
added 1 commit
- 2fb554f8 - moved open prop to DialogProps obj as required by MUI
added 1 commit
- 1bcf051c - moved open prop to DialogProps obj as required by MUI
requested review from @skybrewer and @maxfrederiksen
260 288 xs={12} 261 289 > 262 290 {typeof content === "string" ? ( 263 <DialogContentText>{text}</DialogContentText> 291 <DialogContentText>{content}</DialogContentText> 264 292 ) : ( 265 <Box>{text}</Box> 293 <Box>{content}</Box>
Please register or sign in to reply