Skip to content

Commit

Permalink
Fix Saving translations with parameters is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
MohmmedAshraf committed Dec 20, 2023
1 parent eafe7ad commit 2270dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Livewire/PhraseForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public function save(): void
return;
}

$this->phrase->value = $this->content;

$this->phrase->save();

$this->notification()->success('Phrase updated successfully!');
Expand Down

0 comments on commit 2270dd7

Please sign in to comment.