mirror of
https://github.com/apache/superset.git
synced 2026-05-29 11:45:16 +00:00
chore: update UI dev libs and fix warnings & vulnerabilities (#24648)
This commit is contained in:
@@ -184,8 +184,7 @@ const AnnotationLayerModal: FunctionComponent<AnnotationLayerModalProps> = ({
|
||||
useEffect(() => {
|
||||
if (
|
||||
isEditMode &&
|
||||
(!currentLayer ||
|
||||
!currentLayer.id ||
|
||||
(!currentLayer?.id ||
|
||||
(layer && layer.id !== currentLayer.id) ||
|
||||
(isHidden && show))
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user