Commit 6efadc9d by lzd Committed by Torkel Ödegaard

Alert: If the permission is forbidden, keep the historical alarm data present. (#19007)

parent bf0d87aa
......@@ -55,12 +55,11 @@ class StateHistory extends PureComponent<Props, State> {
panelId: panelId,
})
.then(() => {
onRefresh();
});
this.setState({
stateHistoryItems: [],
});
onRefresh();
});
},
});
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment