chore: update UI dev libs and fix warnings & vulnerabilities (#24648)

This commit is contained in:
EugeneTorap
2023-07-11 05:44:35 +03:00
committed by GitHub
parent 7b957369fc
commit 117435f0d8
18 changed files with 14463 additions and 11761 deletions

View File

@@ -184,8 +184,7 @@ const AnnotationLayerModal: FunctionComponent<AnnotationLayerModalProps> = ({
useEffect(() => {
if (
isEditMode &&
(!currentLayer ||
!currentLayer.id ||
(!currentLayer?.id ||
(layer && layer.id !== currentLayer.id) ||
(isHidden && show))
) {