Skip to content

Commit

Permalink
Merge branch 'fix-state' of https://github.com/lara-zeus/translatable
Browse files Browse the repository at this point in the history
…into fix-state
  • Loading branch information
atmonshi committed Jun 13, 2024
2 parents c81d76c + 7539fec commit e6f8616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/Pages/EditRecord/Concerns/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function updatedActiveLocale(): void

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

Expand Down

0 comments on commit e6f8616

Please sign in to comment.