mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix multiple name on add on services page
This commit is contained in:
parent
d91bca99e3
commit
daeb1407ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1367,7 +1367,7 @@ class SettingsMultiple extends Settings {
|
|||
const [containerSuffix, containerIsNum, containerName] =
|
||||
this.getSuffixData(ctnrName);
|
||||
if (containerIsNum && containerSuffix > topNum)
|
||||
topNum = containerIsNum;
|
||||
topNum = +containerSuffix;
|
||||
});
|
||||
//the final number is num
|
||||
//num is total - 1 because of hidden SCHEMA container
|
||||
|
|
|
|||
Loading…
Reference in a new issue