fix: model filter by worker
This commit is contained in:
@@ -79,6 +79,7 @@ const ParamsSettings: React.FC<ParamsSettingsProps> = forwardRef(
|
||||
])
|
||||
);
|
||||
form.setFieldsValue(normalizedValues);
|
||||
console.log('handleValuesChange', normalizedValues, allValues);
|
||||
onValuesChange?.(normalizedValues, {
|
||||
...allValues,
|
||||
...normalizedValues
|
||||
|
||||
Reference in New Issue
Block a user