fix(sqllab): invalid reducer key name (#25152)

This commit is contained in:
JUST.in DO IT 2023-08-31 13:24:08 -07:00 committed by GitHub
parent 321d968504
commit 06bf44a823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ const CombinedDatasourceReducers = (
const reducers = { const reducers = {
sqlLab: sqlLabReducer, sqlLab: sqlLabReducer,
localStorageUsage: noopReducer(0), localStorageUsageInKilobytes: noopReducer(0),
messageToasts: messageToastReducer, messageToasts: messageToastReducer,
common: noopReducer(bootstrapData.common), common: noopReducer(bootstrapData.common),
user: userReducer, user: userReducer,