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