diff --git a/src/lib/features/context/context.ts b/src/lib/features/context/context.ts index e2eaa44d2003..a8ed30bf4f0e 100644 --- a/src/lib/features/context/context.ts +++ b/src/lib/features/context/context.ts @@ -350,7 +350,7 @@ export class ContextController extends Controller { res, contextFieldSchema.$id, serializeDates(result), - { location: `context/${result.name}` }, + { location: `context/${result.name}` }, // todo: this will also be incorrect if it's project based (easy to fix) ); }