Fix bugs and issues before first production build

This commit is contained in:
John Lyon-Smith
2018-04-09 08:37:07 -07:00
parent ee836def93
commit 094c9ba25c
5 changed files with 56 additions and 34 deletions

View File

@@ -59,7 +59,7 @@ export class WorkItem extends React.Component {
isDisabled: (r) => !(r.anyModified && r.allValid),
},
location: {
isValid: true,
isValid: (r, v) => v !== "",
isReadOnly: true,
},
details: {