refactor: update terminology in layout content and welcome page to replace 'workspace' with 'organization' for consistency

This commit is contained in:
Usman Baig
2026-02-09 09:54:20 +01:00
parent 03fcfba180
commit d35ef6e55a
2 changed files with 6 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
await setSessionAction(access_token)
window.location.reload()
} catch (err) {
console.error('Failed to switch workspace', err)
console.error('Failed to switch organization', err)
}
}