diff --git a/src/WizardPage.tsx b/src/WizardPage.tsx index 3cf72f7..5087c88 100644 --- a/src/WizardPage.tsx +++ b/src/WizardPage.tsx @@ -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);