chore(auto): task completed - unknown

This commit is contained in:
MythEclipse
2026-06-13 14:05:17 +07:00
parent 14c0081f01
commit 277d982c51
@@ -56,6 +56,6 @@ export function uiStateValidator(): ShapeValidator<Record<string, unknown>> {
return {
validate: (v): v is Record<string, unknown> =>
typeof v === "object" && v !== null && !Array.isArray(v),
defaults: { activeTab: "live" },
defaults: { activeTab: "messages" },
};
}