From e2184b2814b8f75fb2b610938f630be485c4d39c Mon Sep 17 00:00:00 2001 From: abdu <abdukiran@gmail.com> Date: Sat, 19 Oct 2024 17:29:56 +0200 Subject: [PATCH] idk what this change is, weird git bug or maybe i didnt commit all changes --- frontend/src/components/MainPage.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/MainPage.vue b/frontend/src/components/MainPage.vue index 3a8fbc5..f64c938 100644 --- a/frontend/src/components/MainPage.vue +++ b/frontend/src/components/MainPage.vue @@ -223,7 +223,6 @@ export default { <p>Are you sure you want to delete this ToDo?</p> </b-modal> - <b-modal v-model="showAddModal" title="add title" @ok="addTodo" hide-header id="showAddModal"> <!-- add modal --> <b-modal v-model="showAddModal" title="add title" @ok="addTodo" hide-header-close id="showAddModal"> <b-form-group label="Title"> -- GitLab