remove alert
This commit is contained in:
parent
97a9f163c3
commit
9532bb5470
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const OpenLayersMap = () => {
|
||||||
);
|
);
|
||||||
setLayerVisibility(initialVisibility);
|
setLayerVisibility(initialVisibility);
|
||||||
|
|
||||||
alert(term);
|
// alert(term);
|
||||||
}
|
}
|
||||||
|
|
||||||
const mapDivRef = useRef<HTMLDivElement>(null);
|
const mapDivRef = useRef<HTMLDivElement>(null);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue