We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b2f36 commit de01aa9Copy full SHA for de01aa9
packages/compass-data-modeling/src/components/new-diagram-form.tsx
@@ -78,7 +78,7 @@ const FormStepContainer: React.FunctionComponent<{
78
<ModalHeader title={title} subtitle={description}></ModalHeader>
79
<ModalBody>{children}</ModalBody>
80
<ModalFooter className={footerStyles}>
81
- {footerText && <Body className={footerTextStyles}>{footerText}</Body>}
+ <Body className={footerTextStyles}>{footerText}</Body>
82
<div className={footerActionsStyles}>
83
<Button onClick={onPreviousClick}>{previousLabel}</Button>
84
<Button
0 commit comments