changeset 4284:4d5cd3b5775a

sections: remove edit button
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 30 Aug 2019 09:25:13 +0200
parents c811d5da69bd
children 6b415dcdaf8a 767a6500a666
files client/src/components/stretches/Stretches.vue
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/stretches/Stretches.vue	Thu Aug 29 17:55:25 2019 +0200
+++ b/client/src/components/stretches/Stretches.vue	Fri Aug 30 09:25:13 2019 +0200
@@ -48,15 +48,6 @@
                 />
               </button>
               <button
-                class="btn btn-xs btn-dark mr-1"
-                @click="
-                  showForm = true;
-                  editStretch = stretch;
-                "
-              >
-                <font-awesome-icon icon="pencil-alt" fixed-width />
-              </button>
-              <button
                 class="btn btn-xs btn-dark"
                 @click="deleteStretch(stretch)"
               >