We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eb28d commit 172669bCopy full SHA for 172669b
ui/src/views/hit-test/index.vue
@@ -188,7 +188,9 @@
188
189
<div class="text-right">
190
<el-button @click="popoverVisible = false">{{ $t('common.cancel') }}</el-button>
191
- <el-button type="primary" @click="settingChange('close')">{{
+ <el-button type="primary" @click="settingChange('close')"
192
+ v-if="! route.path.includes('share/')"
193
+ >{{
194
$t('common.confirm')
195
}}</el-button>
196
</div>
0 commit comments