Add editing of events

This commit is contained in:
Hornwitser 2025-03-15 14:20:38 +01:00
parent 262a691ed6
commit b22d32dada
2 changed files with 245 additions and 0 deletions

View file

@ -22,6 +22,8 @@
</select>
</label>
<ScheduleTable :edit="true" :location="locationFilter" />
<h2>Events</h2>
<EventsTable :edit="true" />
</main>
</template>