Add protected date management admin
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
return act && (act.name === "Etwas eigenes" || act.name === "Sonstiges" || act.type === "custom");
|
||||
}
|
||||
|
||||
fetch("appsettings.json")
|
||||
fetch("/api/settings", { cache: "no-store" })
|
||||
.then((response) => response.json())
|
||||
.then((settings) => {
|
||||
const allActivities = settings.activities || [];
|
||||
|
||||
Reference in New Issue
Block a user