Load and persist style in site settings

cgen-6efb837993bf45768497daf9fe7eaa20
This commit is contained in:
Builder.io 2025-10-19 21:12:12 +00:00
parent d3cecd1899
commit 5dffbdcd0b

View file

@ -15,6 +15,7 @@ export default function BannerSettings() {
if (v && typeof v === "object") {
setText(String((v as any).text || "ROBLOX AUTH SOON"));
setEnabled((v as any).enabled !== false);
if ((v as any).style) setStyle(String((v as any).style));
}
})
.catch(() => void 0);