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 {
|
try {
|
||||||
const profileData = await execute(
|
const profileData = await execute(
|
||||||
GetSupplierProfileDocument,
|
GetSupplierProfileDocument,
|
||||||
{ supplierUuid: uuid },
|
{ uuid },
|
||||||
'public',
|
'public',
|
||||||
'exchange'
|
'exchange'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user