This commit is contained in:
parent
147d8c89cb
commit
fc2aed4725
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@ export const handleDeleteMultipleAttributeValues = async (
|
|||
|
||||
if (fileValueUnused) {
|
||||
return deleteAttributeValue({
|
||||
id: existingAttribute.values[0].id
|
||||
id: existingAttribute.values[0].id,
|
||||
firstValues: 20
|
||||
});
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue