Skip to content

Commit de01aa9

Browse files
committed
always render footer
1 parent d8b2f36 commit de01aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-data-modeling/src/components/new-diagram-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const FormStepContainer: React.FunctionComponent<{
7878
<ModalHeader title={title} subtitle={description}></ModalHeader>
7979
<ModalBody>{children}</ModalBody>
8080
<ModalFooter className={footerStyles}>
81-
{footerText && <Body className={footerTextStyles}>{footerText}</Body>}
81+
<Body className={footerTextStyles}>{footerText}</Body>
8282
<div className={footerActionsStyles}>
8383
<Button onClick={onPreviousClick}>{previousLabel}</Button>
8484
<Button

0 commit comments

Comments
 (0)