mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-01 03:24:14 +08:00
fix: Fixed the issue of no echo after binding the SSL to the AI. (#7953)
This commit is contained in:
parent
39416abd47
commit
e169f46784
@ -238,7 +238,7 @@ const search = async (appInstallID: number) => {
|
||||
if (res.data.sslID > 0) {
|
||||
req.value.enableSSL = true;
|
||||
req.value.sslID = res.data.sslID;
|
||||
listSSL();
|
||||
listAcmeAccount();
|
||||
}
|
||||
}
|
||||
} catch (e) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user