Further UI Improvements
This commit is contained in:
@@ -11,7 +11,7 @@ export default function FormsFieldChanged({ form }) {
|
||||
form.resetFields();
|
||||
};
|
||||
const loc = useLocation();
|
||||
|
||||
if (!form.isFieldsTouched()) return <></>;
|
||||
return (
|
||||
<Form.Item shouldUpdate style={{ margin: 0, padding: 0 }}>
|
||||
{() => {
|
||||
|
||||
Reference in New Issue
Block a user