mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-30 04:54:25 +08:00
Compare commits
1 Commits
6a2b54002a
...
b8de64737a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8de64737a |
@@ -145,11 +145,10 @@ const ModelBasicForm: React.FC<Props> = ({
|
||||
))}
|
||||
</Select>
|
||||
</FormItem>
|
||||
|
||||
<FormItem
|
||||
name="catalog"
|
||||
label="Catalog"
|
||||
rules={[{ required: catalogSelectOpen, message: '请选择Catalog' }]}
|
||||
rules={[{ required: true, message: '请选择Catalog' }]}
|
||||
hidden={!catalogSelectOpen}
|
||||
>
|
||||
<Select
|
||||
@@ -165,7 +164,6 @@ const ModelBasicForm: React.FC<Props> = ({
|
||||
))}
|
||||
</Select>
|
||||
</FormItem>
|
||||
|
||||
<FormItem
|
||||
name="dbName"
|
||||
label="数据库名"
|
||||
|
||||
Reference in New Issue
Block a user