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

Commit

Permalink
refactor: Update DynamicPayloadModal to use Input.TextArea for multil…
Browse files Browse the repository at this point in the history
…ine input (#532)
  • Loading branch information
Noah Lee authored May 27, 2024
1 parent 03c1e7d commit 37643d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/repoDeploy/DynamicPayloadModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function DynamicItem({ name, input }: DynamicItemProps): JSX.Element {
tooltip={description}
rules={rules}
>
<Input />
<Input.TextArea rows={1} autoSize />
</Form.Item>
);
case DynamicPayloadInputTypeEnum.Number:
Expand Down

0 comments on commit 37643d4

Please sign in to comment.