(_organizationId?: string)
| 110 | |
| 111 | // Organization names are no longer available (Hub integration removed) |
| 112 | function useOrganizationName(_organizationId?: string): string | undefined { |
| 113 | const organizationName = undefined; |
| 114 | |
| 115 | return organizationName; |
| 116 | } |
| 117 | |
| 118 | // Custom hook for chat handlers |
| 119 | function useChatHandlers( |