Skip to content

Commit

Permalink
fix(sqllab): invalid reducer key name (apache#25152)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark authored Aug 31, 2023
1 parent 321d968 commit 06bf44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const CombinedDatasourceReducers = (

const reducers = {
sqlLab: sqlLabReducer,
localStorageUsage: noopReducer(0),
localStorageUsageInKilobytes: noopReducer(0),
messageToasts: messageToastReducer,
common: noopReducer(bootstrapData.common),
user: userReducer,
Expand Down

0 comments on commit 06bf44a

Please sign in to comment.