chore(workspace): eliminar console.log de diagnóstico de orgId
This commit is contained in:
@@ -186,8 +186,6 @@ export function WorkspacePage() {
|
||||
}
|
||||
|
||||
// client_viewer ya fue redirigido antes de este punto; solo verificamos client_editor aquí
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('[WorkspacePage] currentProcess:', { id: currentProcess.id, orgId: currentProcess.orgId })
|
||||
const isClientRole = user?.platformRole === 'client_editor'
|
||||
const backLabel = isClientRole
|
||||
? 'Procesos'
|
||||
|
||||
Reference in New Issue
Block a user