diff --git a/core/core-frontend/src/components/visualization/LinkJumpSet.vue b/core/core-frontend/src/components/visualization/LinkJumpSet.vue index 5088357a80..aab47beba8 100644 --- a/core/core-frontend/src/components/visualization/LinkJumpSet.vue +++ b/core/core-frontend/src/components/visualization/LinkJumpSet.vue @@ -225,7 +225,13 @@ -
+
- {{ t('visualization.add_jump_field') }} + {{ t('visualization.add_jump_field') }} 1
@@ -384,7 +390,13 @@ {{ t('visualization.link_outer_params') }} -
+
, required: true @@ -139,14 +135,6 @@ const positionComponentShow = computed(() => { return !batchOptStatus.value && dvInfo.value.type !== 'dashboard' }) -const eventsShow = computed(() => { - return ( - !batchOptStatus.value && - ['indicator', 'rich-text'].includes(chart.value.type) && - props.eventInfo - ) -}) - const showProperties = (property: EditorProperty) => properties.value?.includes(property) const onMiscChange = (val, prop) => { @@ -379,15 +367,6 @@ watch( @onMiscChange="onMiscChange" /> - - - -