Skip to content

Commit 41dccda

Browse files
committed
Enable useV2States by default
1 parent a7c535e commit 41dccda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/state/settings/reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const initialState: Settings = {
175175
metadataHashes: {},
176176
metadataProcessingCache: {},
177177
manuallyLimitContext: false,
178-
useV2States: false
178+
useV2States: true
179179
}
180180

181181
export const settingsSlice = createSlice({

0 commit comments

Comments
 (0)