Switch CreateOrderDialog to the new team hubs API: replace useListHubs with useListTeamHubs, iterate hubsData.teamHubs, and show h.hubName in the Select. Also adjust pnpm configuration: add packages: ['.'] to pnpm-workspace.yaml and remove the overrides block from pnpm-lock.yaml (overrides moved into the workspace file). These changes align the UI with the updated dataconnect-generated API shape and correct the pnpm workspace setup.
6 lines
89 B
YAML
6 lines
89 B
YAML
packages:
|
|
- '.'
|
|
|
|
overrides:
|
|
'@dataconnect/generated': link:src/dataconnect-generated
|