fix: add missing closing brace for storage else block

This was causing JavaScript syntax errors preventing plans from loading.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2025-12-06 01:36:42 +04:00
Unverified
parent f78bb4169a
commit 95e4ad85ac

View File

@@ -4692,6 +4692,7 @@ var wpcf7 = {
container.appendChild(createPooledStorageGrid(groupOpts, isInstant, preselected, groupIndex));
});
}
}
// 3. Network & Other
const remaining = [...groups.network, ...groups.other];