We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074a203 commit ff50666Copy full SHA for ff50666
ui/src/views/trigger/TriggerDrawer.vue
@@ -460,7 +460,7 @@
460
<ToolDialog @refresh="toolRefresh" ref="toolDialogRef"></ToolDialog>
461
<template #footer>
462
<el-button @click="close">{{ $t('common.cancel') }}</el-button>
463
- <el-button v-if="editPermission" type="primary" @click="submit">{{
+ <el-button v-if="!is_edit || editPermission" type="primary" @click="submit">{{
464
is_edit ? $t('common.save') : $t('common.create')
465
}}</el-button>
466
</template>
0 commit comments