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:
@@ -4692,6 +4692,7 @@ var wpcf7 = {
|
|||||||
container.appendChild(createPooledStorageGrid(groupOpts, isInstant, preselected, groupIndex));
|
container.appendChild(createPooledStorageGrid(groupOpts, isInstant, preselected, groupIndex));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 3. Network & Other
|
// 3. Network & Other
|
||||||
const remaining = [...groups.network, ...groups.other];
|
const remaining = [...groups.network, ...groups.other];
|
||||||
|
|||||||
Reference in New Issue
Block a user