changeset 4280:2f2dbd3ebaea

sections: remove edit button
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 29 Aug 2019 16:31:37 +0200
parents 30f26bf7ff24
children c470d2202823
files client/src/components/sections/Sections.vue
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/sections/Sections.vue	Thu Aug 29 15:04:02 2019 +0200
+++ b/client/src/components/sections/Sections.vue	Thu Aug 29 16:31:37 2019 +0200
@@ -48,15 +48,6 @@
                 />
               </button>
               <button
-                class="btn btn-xs btn-dark mr-1"
-                @click="
-                  showForm = true;
-                  editSection = section;
-                "
-              >
-                <font-awesome-icon icon="pencil-alt" fixed-width />
-              </button>
-              <button
                 class="btn btn-xs btn-dark"
                 @click="deleteSection(section)"
               >