Fix supplierUuid -> uuid parameter in GetSupplierProfile call
All checks were successful
Build Docker Image / build (push) Successful in 3m32s
All checks were successful
Build Docker Image / build (push) Successful in 3m32s
This commit is contained in:
@@ -83,7 +83,7 @@ export function useCatalogInfo() {
|
||||
try {
|
||||
const profileData = await execute(
|
||||
GetSupplierProfileDocument,
|
||||
{ supplierUuid: uuid },
|
||||
{ uuid },
|
||||
'public',
|
||||
'exchange'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user