mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-18 00:07:21 +00:00
[improvement](semantic-fe) add dimension&datasource relation graph and fix create datasource params bug
This commit is contained in:
@@ -167,7 +167,12 @@ const FieldForm: React.FC<Props> = ({ fields, onFieldChange }) => {
|
||||
disabled={!editState}
|
||||
onChange={(e) => {
|
||||
const value = e.target.value;
|
||||
handleFieldChange(record, 'name', value);
|
||||
// handleFieldChange(record, 'name', value);
|
||||
onFieldChange(record.bizName, {
|
||||
...record,
|
||||
name: value,
|
||||
[isCreateName]: 1,
|
||||
});
|
||||
}}
|
||||
placeholder="请输入中文名"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user