fix: 模型设置显示必填星号
parent
85b3ce480a
commit
6f4f232e80
|
|
@ -150,6 +150,7 @@ export default function CapabilitySettings({
|
|||
<Form.Item
|
||||
name="model"
|
||||
label="模型"
|
||||
required
|
||||
rules={[
|
||||
{
|
||||
validator: async (_rule, value) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue