From 02e4446e789e42b6f6b23e15c371f032753c0b68 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 2 Oct 2023 06:36:31 +0200 Subject: [PATCH] add notes --- src/webapp/main/src/views/admin/events/EventsDetailsView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webapp/main/src/views/admin/events/EventsDetailsView.vue b/src/webapp/main/src/views/admin/events/EventsDetailsView.vue index 12abea9..a7af92e 100644 --- a/src/webapp/main/src/views/admin/events/EventsDetailsView.vue +++ b/src/webapp/main/src/views/admin/events/EventsDetailsView.vue @@ -492,6 +492,7 @@ export default { 'charset': 'utf-8' } }; + // TODO: fix url fetch( url, options ).then( res => { if ( res.status === 200 ) { this.hasLiveVersion = false;