Wizard: set collection mtime when creating the first collections.

master
Tom Hacohen 4 years ago
parent 0d6f7d5ed8
commit 8f2068fe48

@ -62,6 +62,7 @@ function SetupCollectionsPage(props: PagePropsType) {
const meta: Etebase.CollectionMetadata = {
type,
name,
mtime: (new Date()).getTime(),
};
const collection = await colMgr.create(meta, "");
await colMgr.upload(collection);

Loading…
Cancel
Save