Skip to content

Commit 71e0c75

Browse files
committed
fix: vidu enhance initial value
1 parent 97fbc75 commit 71e0c75

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
@@ -140,6 +140,7 @@ const GenerationForm = (props: {
140140
}}
141141
tooltip={"Automatically expand short prompts into detailed descriptions to enhance generation. This increases richness but may lead to over embellishment."}
142142
rules={[{required: true}]}
143+
initialValue={true}
143144
/>
144145
<ProFormTextArea
145146
name={"content"}

0 commit comments

Comments
 (0)