Skip to content

Commit 97fbc75

Browse files
committed
fix: vidu upscale required mark
1 parent f57b3ed commit 97fbc75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/pages/Vidu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ const UpscaleForm = (props: {
275275
name={["type"]}
276276
label={"Type"}
277277
options={props.api.availableTaskTypes([], true)}
278+
rules={[{required: true}]}
278279
/>
279280

280281
<ProFormSelect

0 commit comments

Comments
 (0)