diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-04 15:27:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-04 15:27:48 -0400 |
| commit | 9811044a5731fb949b2a59962308cfc4d9df09fb (patch) | |
| tree | 2baa02d533ef8af005a87911e7fbc93ec1e77aa3 /src/client/views/collections/CollectionView.tsx | |
| parent | 43f0db3b59366c65a4051db6b0f8b67b13f98a67 (diff) | |
more search cleanup
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 123519b08..6e15cb887 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -184,8 +184,6 @@ export class CollectionView extends Touchable<FieldViewProps & CollectionViewCus // targetDataDoc[this.props.fieldKey] = new List<Doc>([...docList, ...added]); (targetDataDoc[this.props.fieldKey] as List<Doc>).push(...added); targetDataDoc[this.props.fieldKey + "-lastModified"] = new DateField(new Date(Date.now())); - targetDataDoc["lastModified"] = new DateField(new Date(Date.now())); - } } } |
