chore: deprecate /superset/slice_json/<int:slice_id> and /superset/annotation_json/<int:layer_id> (#22496)

This commit is contained in:
Diego Medina
2023-01-27 13:50:19 -03:00
committed by GitHub
parent 8226110be8
commit bed10a0e2b
6 changed files with 29 additions and 73 deletions

View File

@@ -71,7 +71,7 @@ class AnnotationLayerControl extends React.PureComponent {
}
componentDidMount() {
// preload the AnotationLayer component and dependent libraries i.e. mathjs
// preload the AnnotationLayer component and dependent libraries i.e. mathjs
AnnotationLayer.preload();
}