Phase 1 fixes

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-05 04:52:16 +00:00
parent ff44827b35
commit de0e42cca8
22 changed files with 22 additions and 221 deletions

View File

@@ -667,17 +667,6 @@ export default function SiteSettings() {
{ value: 'multi', label: 'Multi-Destination' },
];
if (loading) {
return (
<>
<PageMeta title="Site Settings" />
<div className="flex items-center justify-center h-64">
<div className="text-gray-500">Loading site settings...</div>
</div>
</>
);
}
return (
<>
<PageMeta title="Site Settings - IGNY8" />