Add editing of events
This commit is contained in:
parent
262a691ed6
commit
b22d32dada
2 changed files with 245 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
</select>
|
||||
</label>
|
||||
<ScheduleTable :edit="true" :location="locationFilter" />
|
||||
<h2>Events</h2>
|
||||
<EventsTable :edit="true" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue