mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-17 19:07:08 +08:00
fix: Fixed issue with push node not work when create ssl (#10319)
This commit is contained in:
parent
1fc0f1c71b
commit
c8f19467ba
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ const submit = async (formEl: FormInstance | undefined) => {
|
|||
}
|
||||
loading.value = true;
|
||||
if (operate.value == 'create') {
|
||||
ssl.value.nodes = nodes;
|
||||
createSSL(ssl.value)
|
||||
.then((res: any) => {
|
||||
if (ssl.value.provider != 'dnsManual') {
|
||||
|
|
Loading…
Add table
Reference in a new issue