From 3c989fcb00c177839f07809b00bfce56235caf17 Mon Sep 17 00:00:00 2001 From: fiftin Date: Sun, 26 May 2024 22:02:45 +0200 Subject: [PATCH] fix(ui): close button --- web/src/App.vue | 8 -------- web/src/components/EditViewsForm.vue | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 778e2778..10cf3dac 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -57,14 +57,6 @@ mdi-chevron-right {{ $t('task', {expr: task ? task.id : null}) }} - - - - mdi-close -