Skip to content
Snippets Groups Projects

CE-3633: Migrate dialogs

Merged Johanna Szepanski requested to merge CE-3633-migrate-dialogs into main
  • 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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>
  • 76 71 * @param {string|object} title - Title string or custom component
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading