mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alert: If the permission is forbidden, keep the historical alarm data present. (#19007)
This commit is contained in:
parent
bf0d87aaf6
commit
6efadc9d79
@ -55,12 +55,11 @@ class StateHistory extends PureComponent<Props, State> {
|
|||||||
panelId: panelId,
|
panelId: panelId,
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
this.setState({
|
||||||
|
stateHistoryItems: [],
|
||||||
|
});
|
||||||
onRefresh();
|
onRefresh();
|
||||||
});
|
});
|
||||||
|
|
||||||
this.setState({
|
|
||||||
stateHistoryItems: [],
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user