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 410101e commit d94871bCopy full SHA for d94871b
ui/src/views/application/component/AIModeParamSettingDialog.vue
@@ -24,12 +24,7 @@
24
<el-button @click.prevent="dialogVisible = false">
25
{{ $t('common.cancel') }}
26
</el-button>
27
- <el-button
28
- type="primary"
29
- @click="submit"
30
- :loading="loading"
31
- v-if="permissionPrecise.paramSetting(modelID)"
32
- >
+ <el-button type="primary" @click="submit" :loading="loading">
33
{{ $t('common.confirm') }}
34
35
</span>
0 commit comments