diff options
author | bobzel <zzzman@gmail.com> | 2020-12-10 14:18:53 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-10 14:18:53 -0500 |
commit | d913740b994670b1b0eadd52069aeb69ef2b2380 (patch) | |
tree | 322686806c3a183a07fc27b5737935a7f7a41465 /src/client/util/Import & Export/DirectoryImportBox.tsx | |
parent | 30338491c7b3cbba852931c76774f6bfd44d4060 (diff) |
more cleanup/organization of 'props' . removed VisibleHeight props and cleaned up PDF and other props
Diffstat (limited to 'src/client/util/Import & Export/DirectoryImportBox.tsx')
-rw-r--r-- | src/client/util/Import & Export/DirectoryImportBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/Import & Export/DirectoryImportBox.tsx b/src/client/util/Import & Export/DirectoryImportBox.tsx index 7f01966b9..d9f010557 100644 --- a/src/client/util/Import & Export/DirectoryImportBox.tsx +++ b/src/client/util/Import & Export/DirectoryImportBox.tsx @@ -158,7 +158,6 @@ export class DirectoryImportBox extends React.Component<FieldViewProps> { importContainer = Docs.Create.SchemaDocument(headers, docs, options); } runInAction(() => this.phase = 'External: uploading files to Google Photos...'); - importContainer._columnsStack = false; await GooglePhotos.Export.CollectionToAlbum({ collection: importContainer }); Doc.AddDocToList(Doc.GetProto(parent.props.Document), "data", importContainer); !this.persistent && this.props.removeDocument && this.props.removeDocument(doc); |