Skip to content

Commit c855044

Browse files
committed
fix: modal does not pop up when toggle tls #70
1 parent f455cf1 commit c855044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/domain/ngx_conf/NgxConfigEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import LogEntry from '@/views/domain/ngx_conf/LogEntry.vue'
99
import ConfigTemplate from '@/views/domain/ngx_conf/config_template/ConfigTemplate.vue'
1010
import CodeEditor from '@/components/CodeEditor/CodeEditor.vue'
1111
import {MoreOutlined, PlusOutlined} from '@ant-design/icons-vue'
12-
import {Modal} from 'ant-design-vue'
12+
import Modal from 'ant-design-vue/lib/modal'
1313
import template from '@/api/template'
1414
1515
const {$gettext} = useGettext()

0 commit comments

Comments
 (0)