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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user