Skip to content

Commit

Permalink
minor: 变量禁止删除提示文案统一
Browse files Browse the repository at this point in the history
  • Loading branch information
ywywZhou authored and luofann committed Oct 9, 2023
1 parent 1f2ae55 commit afc5b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</p>
<p
:class="['operate-item', { 'disabled': isComponentVar }]"
v-bk-tooltips="{ content: $t('该类型仅支持从节点配置取消引用'), disabled: !isComponentVar }"
v-bk-tooltips="{ content: componentVarDisabledTip, disabled: !isComponentVar }"
@click.stop="onDeleteVariable">{{ $t('删除') }}
</p>
</template>
Expand Down

0 comments on commit afc5b21

Please sign in to comment.