Skip to content

Commit 34e93b5

Browse files
committed
format form dialog file
1 parent c9f152b commit 34e93b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/components/form-dialog/FormDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ const FormDialog = (props: Props) => {
2121

2222
return (
2323
<Modal.Compose open={isOpen}>
24-
<Modal.Content.Compose
24+
<Modal.Content.Compose
2525
persistent
2626
className={`${styles.modal} ${className}`}
2727
onCancel={onClose}
2828
>
29-
<Modal.Content.Close icon={CancelIcon} onClick={onClose}/>
29+
<Modal.Content.Close icon={CancelIcon} onClick={onClose} />
3030
<Modal.Content.Header.Title>{header}</Modal.Content.Header.Title>
3131
<Modal.Content.Body content={children} />
3232
<Modal.Content.Footer.Compose>{footer}</Modal.Content.Footer.Compose>

0 commit comments

Comments
 (0)