mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
fix: 允许更新默认分组 (#426)
* fix: 允许更新默认分组 * improve: check null --------- Co-authored-by: naiba <hi@nai.ba>
This commit is contained in:
@@ -159,8 +159,8 @@
|
||||
}
|
||||
function batchEditServerGroup() {
|
||||
let groupName = prompt('{{tr "InputServerGroupName"}}')
|
||||
if (!groupName) {
|
||||
return;
|
||||
if (groupName === null) {
|
||||
return
|
||||
}
|
||||
const servers = []
|
||||
checkBoxList.forEach(cb => {
|
||||
|
||||
Reference in New Issue
Block a user