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