Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Jun 13, 2024
1 parent 5de7003 commit 7539fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Pages/EditRecord/Concerns/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function updatedActiveLocale(): void
$translatableAttributes = static::getResource()::getTranslatableAttributes();

$this->otherLocaleData[$this->oldActiveLocale] = Arr::only(
array_merge($this->form->getState(false),$this->form->getState()),
array_merge($this->form->getState(false), $this->form->getState()),
$translatableAttributes
);

Expand Down

0 comments on commit 7539fec

Please sign in to comment.