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

This commit is contained in:
CJ Cenizal 2019-02-28 16:41:42 -08:00 committed by GitHub
parent d0adce03d2
commit 9bf1906a90
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) {