diff --git a/src/attributes/utils/handlers.ts b/src/attributes/utils/handlers.ts index 68d8b7438..3095adede 100644 --- a/src/attributes/utils/handlers.ts +++ b/src/attributes/utils/handlers.ts @@ -307,7 +307,8 @@ export const handleDeleteMultipleAttributeValues = async ( if (fileValueUnused) { return deleteAttributeValue({ - id: existingAttribute.values[0].id + id: existingAttribute.values[0].id, + firstValues: 20 }); } })