Fix supplierUuid -> uuid parameter in GetSupplierProfile call
All checks were successful
Build Docker Image / build (push) Successful in 3m32s

This commit is contained in:
Ruslan Bakiev
2026-01-25 22:38:59 +07:00
parent ed7dec304f
commit b326d8cd76

View File

@@ -83,7 +83,7 @@ export function useCatalogInfo() {
try {
const profileData = await execute(
GetSupplierProfileDocument,
{ supplierUuid: uuid },
{ uuid },
'public',
'exchange'
)