Skip to content

Commit 2476cbf

Browse files
committed
fix: Model parameter save permission error
1 parent 410101e commit 2476cbf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ui/src/views/application/component/AIModeParamSettingDialog.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@
2424
<el-button @click.prevent="dialogVisible = false">
2525
{{ $t('common.cancel') }}
2626
</el-button>
27-
<el-button
28-
type="primary"
29-
@click="submit"
30-
:loading="loading"
31-
v-if="permissionPrecise.paramSetting(modelID)"
32-
>
27+
<el-button type="primary" @click="submit" :loading="loading">
3328
{{ $t('common.confirm') }}
3429
</el-button>
3530
</span>

0 commit comments

Comments
 (0)