Merge pull request #11247 from dataease/pr@dev-v2@chart-error-tip

style(图表): 修改获取图表数据异常的提示,不再显示异常信息
This commit is contained in:
jianneng-fit2cloud 2024-07-30 10:14:19 +08:00 committed by GitHub
commit 34f707d5e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,6 @@ const props = defineProps({
<template>
<div class="canvas-content error-info">
<span>{{ props.errMsg }}</span>
<span>[{{ t('chart.chart_error_tips') }}]</span>
</div>
</template>