From acf8cfd2e65669989a999bba2473e1b9000f964f Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Mon, 20 May 2019 01:38:43 -0700 Subject: [PATCH] CatalogEditor: remove tooltip on 'next' button --- cateditor/src/components/CatalogEditor.vue | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/cateditor/src/components/CatalogEditor.vue b/cateditor/src/components/CatalogEditor.vue index af6add9..2f879dd 100644 --- a/cateditor/src/components/CatalogEditor.vue +++ b/cateditor/src/components/CatalogEditor.vue @@ -17,17 +17,11 @@ Cancel - - - {{ nextTooltipText }} - + Next @@ -77,7 +71,6 @@ export default { data: () => ({ step: 1, valid: false, // is the whole editor in a valid state? - nextTooltipText: 'asd', showExitEditorPopup: false, }), computed: {