Skip to content

Commit

Permalink
fix: vidu upscale required mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadxy committed Aug 5, 2024
1 parent f57b3ed commit 97fbc75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/pages/Vidu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ const UpscaleForm = (props: {
name={["type"]}
label={"Type"}
options={props.api.availableTaskTypes([], true)}
rules={[{required: true}]}
/>

<ProFormSelect
Expand Down

0 comments on commit 97fbc75

Please sign in to comment.