mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-18 21:38:57 +08:00
fix(ssl): prevent domain loss when editing certificate remark (#10946)
This commit is contained in:
parent
8c9ae38017
commit
a70e2635ab
1 changed files with 1 additions and 0 deletions
|
|
@ -343,6 +343,7 @@ const updateDesc = (row: Website.SSLDTO, bulr: Function) => {
|
|||
|
||||
const updateConfig = (row: Website.SSLDTO) => {
|
||||
loading.value = true;
|
||||
row.otherDomains = row.domains?.replace(/,/g, '\n');
|
||||
updateSSL(row)
|
||||
.then(() => {
|
||||
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue