Skip to content

Commit adf54f3

Browse files
Fix tax rates fieldtype (#72)
1 parent 63c6749 commit adf54f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fieldtypes/TaxRates.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function fields(): Fields
2929
public function preload()
3030
{
3131
return [
32-
'fields' => $this->fields()->all(),
32+
'fields' => $this->fields()->toPublishArray(),
3333
'meta' => $this->fields()->addValues($this->field->value() ?? $this->defaultGroupData())->meta()->toArray(),
3434
];
3535
}

0 commit comments

Comments
 (0)