New assets, fixed list box scrolling, header text, etc..
This commit is contained in:
@@ -54,9 +54,6 @@ export class ProfileForm extends React.Component {
|
||||
ssn: {
|
||||
isValid: (r, v) => (v === '' || regExpPattern.ssn.test(v))
|
||||
},
|
||||
role: {
|
||||
isDisabled: true
|
||||
},
|
||||
save: {
|
||||
nonValue: true,
|
||||
isDisabled: (r) => (!r.anyModified || !r.allValid)
|
||||
|
||||
Reference in New Issue
Block a user