mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix Index Management bug in which the "Show system indices" toggle turned off other toggles (#32258) (#32262)
This commit is contained in:
parent
d0adce03d2
commit
9bf1906a90
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ export const tableState = handleActions({
|
|||
return {
|
||||
...state,
|
||||
showSystemIndices,
|
||||
toggleNameToVisibleMap: {}
|
||||
};
|
||||
},
|
||||
[toggleChanged](state, action) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue