Skip to content

Commit bcd799f

Browse files
committed
Merge branch 'feat/form-layout-components' of github.com:backstagephp/fields into feat/form-layout-components
2 parents da63411 + 0b0bc41 commit bcd799f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Concerns/CanMapSchemasWithFields.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ protected function mutateBeforeFill(array $data): array
9393
if (isset($this->record->values[$field->ulid])) {
9494
$data[$this->record->valueColumn][$field->ulid] = $this->record->values[$field->ulid];
9595
}
96+
9697
return $data;
9798
}
9899

0 commit comments

Comments
 (0)