fix(theme): stabilize tenant switch theme propagation and toggle race handling
Task: REVIEW-USER-THEME-001
This commit is contained in:
@@ -89,6 +89,7 @@ if (Request::wantsJson()) {
|
||||
'ok' => true,
|
||||
'tenant_id' => $tenantId,
|
||||
'tenant' => $result['tenant'] ?? null,
|
||||
'theme' => currentTheme(),
|
||||
]);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user