invoice fx

This commit is contained in:
merdan 2022-11-13 14:47:49 +05:00
parent ce5bd8dd1c
commit e4f6272a7e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class AttributeOption extends JsonResource
return [
'id' => $this->id,
'admin_name' => $this->admin_name,
'label' => $this->label,
'label' => $this->label ?: $this->admin_name,
'swatch_value' => $this->swatch_value,
'image' => $this->swatch_value_url,
'attribute_id' => $this->attribute_id