This commit is contained in:
2026-02-13 13:55:20 +01:00
parent fa886aad4d
commit cd526231ed

View File

@@ -23,7 +23,7 @@ const commonProps = reactive({
onMounted(async () => {
const response = await fetch('/api/v1/retreive-global-data');
const response = await fetch('/api/v1/core/retrieve-global-data');
const data = await response.json();
Object.assign(commonProps, data);
@@ -74,8 +74,7 @@ console.log(props.data.treasurers)
title="Schatzis zuweisen"
@close="emit('closeTreasurers')"
>
Zuständige Schatzis:
<h3>Zuständige Schatzis:</h3>
<p v-for="user in commonProps.activeUsers">
<input
type="checkbox"