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
-
-
- Next
-
- {{ 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: {