mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix(annotation layers): remove redirect on layer edit (#12063)
This commit is contained in:
@@ -122,10 +122,6 @@ const AnnotationLayerModal: FunctionComponent<AnnotationLayerModalProps> = ({
|
||||
delete currentLayer.id;
|
||||
delete currentLayer.created_by;
|
||||
updateResource(update_id, currentLayer).then(() => {
|
||||
if (onLayerAdd) {
|
||||
onLayerAdd();
|
||||
}
|
||||
|
||||
hide();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user