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 { try {
const profileData = await execute( const profileData = await execute(
GetSupplierProfileDocument, GetSupplierProfileDocument,
{ supplierUuid: uuid }, { uuid },
'public', 'public',
'exchange' 'exchange'
) )