Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-19 14:07:07 +01:00
parent b7e9f4aab3
commit 1747e5eddd

View File

@@ -257,9 +257,7 @@ function VendorListContent({
onClick={() => {
createVendor({
variables: {
connections: [
vendorsConnection.vendors.__id,
],
connections: [vendorsConnection.vendors.__id],
input: {
organizationId: data.currentOrganization.id,
name: vendor.name,
@@ -364,9 +362,7 @@ function VendorListContent({
) {
deleteVendor({
variables: {
connections: [
vendorsConnection.vendors.__id
],
connections: [vendorsConnection.vendors.__id],
input: {
vendorId: vendor.id,
},