delete doppelte Bestätigung

POI wurde erfolgreich gelöscht.
This commit is contained in:
ISA
2024-09-11 15:35:13 +02:00
parent 8a01ca8814
commit 633886b466
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
// /sttore/atoms/polylineLayerVisibleState.js
import { atom } from "recoil";
export const polylineLayerVisibleState = atom({
key: "polylineLayerVisibleState",
default: true, // Standardmäßig auf sichtbar setzen
});