diff --git a/src/frontend/apps/impress/src/features/service-worker/ApiPlugin.ts b/src/frontend/apps/impress/src/features/service-worker/ApiPlugin.ts index 55dc888f..9fbb2ce5 100644 --- a/src/frontend/apps/impress/src/features/service-worker/ApiPlugin.ts +++ b/src/frontend/apps/impress/src/features/service-worker/ApiPlugin.ts @@ -179,6 +179,8 @@ export class ApiPlugin implements WorkboxPlugin { ...bodyMutate, id: uuid, content: '', + created_at: new Date().toISOString(), + updated_at: new Date().toISOString(), abilities: { destroy: true, versions_destroy: true,