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

@@ -4691,6 +4691,7 @@ var wpcf7 = {
// Always use pooled grid for these groups as they are by definition identical // Always use pooled grid for these groups as they are by definition identical
container.appendChild(createPooledStorageGrid(groupOpts, isInstant, preselected, groupIndex)); container.appendChild(createPooledStorageGrid(groupOpts, isInstant, preselected, groupIndex));
}); });
}
} }
// 3. Network & Other // 3. Network & Other