mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-21 06:04:19 +08:00
Merge fixes and improvements (#1910)
Co-authored-by: tristanliu <tristanliu@tencent.com>
This commit is contained in:
@@ -728,6 +728,7 @@ const MetricInfoCreateForm: React.FC<CreateFormProps> = ({
|
||||
<FormItem
|
||||
name="isTag"
|
||||
valuePropName="checked"
|
||||
hidden={!!!process.env.SHOW_TAG}
|
||||
getValueFromEvent={(value) => {
|
||||
return value === true ? 1 : 0;
|
||||
}}
|
||||
@@ -749,8 +750,9 @@ const MetricInfoCreateForm: React.FC<CreateFormProps> = ({
|
||||
<Switch />
|
||||
</Col>
|
||||
</Row>
|
||||
<Divider />
|
||||
</FormItem>
|
||||
<Divider />
|
||||
|
||||
<FormItem>
|
||||
<Row gutter={20}>
|
||||
<Col flex="1 1 200px">
|
||||
|
||||
Reference in New Issue
Block a user