mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix Index Management bug in which the "Show system indices" toggle turned off other toggles (#32258) (#32260)
This commit is contained in:
parent
0008df6bb4
commit
cac6ad82af
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