Skip to content

Commit 0fd725f

Browse files
authored
change description field when editing (#560)
* Change behavior of description field when editing --------- Signed-off-by: maissa SOUISSI <[email protected]>
1 parent fddd6fa commit 0fd725f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dialogs/description-modification-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ function DescriptionModificationDialog({
8383
name={FieldConstants.DESCRIPTION}
8484
label="descriptionProperty"
8585
minRows={3}
86-
rows={5}
86+
rows={3}
8787
/>
88-
</Box>{' '}
88+
</Box>
8989
</CustomMuiDialog>
9090
);
9191
}

0 commit comments

Comments
 (0)