Fix update bug with work items and activities. Fix placement of item in AR view

This commit is contained in:
John Lyon-Smith
2018-05-01 09:44:23 -07:00
parent edb078b38a
commit 0dce0b5858
11 changed files with 126 additions and 89 deletions

View File

@@ -67,7 +67,6 @@ export class Activity extends React.Component {
},
photos: {
isValid: (r, v) => v && v.length > 0,
initValue: [],
},
status: {
isValid: (r, v) => v !== "",