mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update Slate to 0.47.8 (#19197)
* Chore: Update Slate to 0.47.8 Closes #17430
This commit is contained in:
@@ -48,10 +48,10 @@ export class GeneralTab extends PureComponent<Props> {
|
||||
}
|
||||
}
|
||||
|
||||
onDataLinksChanged = (links: DataLink[]) => {
|
||||
onDataLinksChanged = (links: DataLink[], callback?: () => void) => {
|
||||
this.props.panel.links = links;
|
||||
this.props.panel.render();
|
||||
this.forceUpdate();
|
||||
this.forceUpdate(callback);
|
||||
};
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user