- fixed typo;
- added tag 'csv' for enabled fields;
This commit is contained in:
@@ -133,7 +133,7 @@ const Users = () => {
|
||||
.filter(v => isInvalidField(newUserData, v));
|
||||
|
||||
return <div>
|
||||
<Button type="button" label={__('Anulla', 'gepafin')} onClick={hideEditDialog} outlined/>
|
||||
<Button type="button" label={__('Annulla', 'gepafin')} onClick={hideEditDialog} outlined/>
|
||||
<Button
|
||||
type="button"
|
||||
disabled={!isEmpty(errorValues) || loading}
|
||||
|
||||
Reference in New Issue
Block a user