Skip to content

Commit

Permalink
Fix Index Management bug in which the "Show system indices" toggle tu…
Browse files Browse the repository at this point in the history
…rned off other toggles (#32258) (#32261)
  • Loading branch information
cjcenizal authored Mar 1, 2019
1 parent b43e01e commit dea3401
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const tableState = handleActions({
return {
...state,
showSystemIndices,
toggleNameToVisibleMap: {}
};
},
[toggleChanged](state, action) {
Expand Down

0 comments on commit dea3401

Please sign in to comment.