Fix Index Management bug in which the "Show system indices" toggle turned off other toggles (#32258) (#32260)

This commit is contained in:
CJ Cenizal 2019-02-28 16:39:26 -08:00 committed by GitHub
parent 0008df6bb4
commit cac6ad82af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,6 @@ export const tableState = handleActions({
return {
...state,
showSystemIndices,
toggleNameToVisibleMap: {}
};
},
[toggleChanged](state, action) {