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
1 changed files with 1 additions and 1 deletions

View File

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