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

This commit is contained in:
CJ Cenizal 2019-02-28 16:50:48 -08:00 committed by GitHub
parent b43e01e91e
commit dea3401fa8
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) {