Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 37643d4

Browse files
author
Noah Lee
authored
refactor: Update DynamicPayloadModal to use Input.TextArea for multiline input (#532)
1 parent 03c1e7d commit 37643d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ui/src/views/repoDeploy/DynamicPayloadModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function DynamicItem({ name, input }: DynamicItemProps): JSX.Element {
103103
tooltip={description}
104104
rules={rules}
105105
>
106-
<Input />
106+
<Input.TextArea rows={1} autoSize />
107107
</Form.Item>
108108
);
109109
case DynamicPayloadInputTypeEnum.Number:

0 commit comments

Comments
 (0)