DropDownmenü Element von API aufrufen in Kontextmenü ->Popup-> Station hinzufügen

This commit is contained in:
ISA
2024-05-02 14:26:36 +02:00
parent 7465069e44
commit c9c9e5feb3
5 changed files with 88 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
// store/poiTypState.js
import { atom } from 'recoil';
import { atom } from "recoil";
export const poiTypState = atom({
key: 'poiTypState', // eindeutiger Schlüssel
key: "poiTypState", // eindeutiger Schlüssel
default: [], // Initialer Standardwert, leeres Array
});