Skip to content

Commit

Permalink
fix: vidu enhance initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadxy committed Aug 5, 2024
1 parent 97fbc75 commit 71e0c75
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 @@ -140,6 +140,7 @@ const GenerationForm = (props: {
}}
tooltip={"Automatically expand short prompts into detailed descriptions to enhance generation. This increases richness but may lead to over embellishment."}
rules={[{required: true}]}
initialValue={true}
/>
<ProFormTextArea
name={"content"}
Expand Down

0 comments on commit 71e0c75

Please sign in to comment.