update some event settings

This commit is contained in:
2023-08-21 15:11:17 +02:00
parent e2440485d9
commit 64af566b86
3 changed files with 3 additions and 2 deletions

View File

@@ -286,6 +286,7 @@
if ( !sessionStorage.getItem( 'selectedTicket' ) ) {
this.$router.push( '/admin/events' );
}
// TODO: Check if there is a live version of the event
this.eventID = sessionStorage.getItem( 'selectedTicket' );
fetch( localStorage.getItem( 'url' ) + '/admin/getAPI/getLocations' ).then( res => {
res.json().then( data => {