Add editing of roles for shifts

This commit is contained in:
Hornwitser 2025-03-15 15:10:42 +01:00
parent 27d853d102
commit accc1690ff
2 changed files with 219 additions and 0 deletions

View file

@ -24,6 +24,8 @@
<ScheduleTable :edit="true" :location="locationFilter" />
<h2>Events</h2>
<EventsTable :edit="true" />
<h2>Roles</h2>
<RolesTable :edit="true" />
</main>
</template>