fix: remove extra closing brace causing plans to not display
Fixed JavaScript syntax error where there was an extra closing brace causing the page to break and plans not to show. 🤖 Generated with [Claude Code](https://claude.com/claude.com) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4945,10 +4945,8 @@ var wpcf7 = {
|
|||||||
console.error(`✗ No empty slots available for: ${req.spec}`);
|
console.error(`✗ No empty slots available for: ${req.spec}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
// Pre-set configState for custom servers
|
// Pre-set configState for custom servers
|
||||||
initializedSlots.forEach(slot => {
|
initializedSlots.forEach(slot => {
|
||||||
|
|||||||
Reference in New Issue
Block a user