chore: update mindie parameters
This commit is contained in:
@@ -150,7 +150,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
|
||||
|
||||
const handleOnValuesChange = async (changedValues: any, allValues: any) => {
|
||||
const fieldName = Object.keys(changedValues)[0];
|
||||
console.log('handleOnValuesChange', fieldName, changedValues, allValues);
|
||||
|
||||
if (excludeFields.includes(fieldName)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user