Skip to content

Commit 8d5f49a

Browse files
committed
fix
1 parent a22fa91 commit 8d5f49a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/settings_frontend.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const REDUNDANCY_UPDATER: Updater<Redundancy> = {
4141
const UPDATERS: Readonly<{ [K in keyof Settings]: Updater<Settings[K]> }> = {
4242
randomize: BOOL_UPDATER,
4343
multiline: BOOL_UPDATER,
44+
sandbox: BOOL_UPDATER,
4445
quantity: REDUNDANCY_UPDATER,
4546
tense: REDUNDANCY_UPDATER,
4647
};

0 commit comments

Comments
 (0)