Use teamHubs API and update pnpm workspace

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.
This commit is contained in:
Achintha Isuru
2026-03-05 16:22:30 -05:00
parent 46b5d852dd
commit 03f8793e31
3 changed files with 7 additions and 7 deletions

View File

@@ -4,9 +4,6 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
'@dataconnect/generated': link:src/dataconnect-generated
importers:
.: