refactor: update terminology in layout content and welcome page to replace 'workspace' with 'organization' for consistency
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user