DropDownmenü Element von API aufrufen in Kontextmenü ->Popup-> Station hinzufügen
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user