diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index a32e3cb0a..36fa23b84 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -265,7 +265,7 @@ export const defaultStore = markRaw(new Storage('base', { }, showAdminUpdates: { where: 'account', - default: false, + default: true, } }));