From 461b2a98a6ce441ac5a08581aec0ea6a913c2a63 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Wed, 23 Feb 2022 15:15:06 -0800 Subject: [PATCH] keepCw > true Closes #8336 --- packages/client/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index fad54924a..39f5e4a65 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -17,7 +17,7 @@ export const defaultStore = markRaw(new Storage('base', { }, keepCw: { where: 'account', - default: false + default: true }, showFullAcct: { where: 'account',