Skip to content

Commit 62c50ec

Browse files
fix: remove invalid maxHeight prop from ModalSystemContext input #1171 (#1374)
TY!
1 parent edbf35f commit 62c50ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/web/src/components/ModalSystemContext.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const ModalSystemContext: React.FC<Props> = (props) => {
3232
placeholder={t('common.enter_text')}
3333
value={props.saveSystemContextTitle}
3434
onChange={props.setSaveSystemContextTitle}
35-
maxHeight={-1}
3635
className="text-aws-font-color"
3736
/>
3837

0 commit comments

Comments
 (0)