Skip to content

Commit

Permalink
fix edit modal not receving record id after updating another model if…
Browse files Browse the repository at this point in the history
… a richtext is present
  • Loading branch information
mokhosh committed Jan 19, 2024
1 parent 90f3e28 commit c78a958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Concerns/HasEditRecordModal.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function editModalFormSubmitted(): void
{
$this->editRecord($this->editModalRecordId, $this->form->getState(), $this->editModalFormState);

$this->editModalRecordId = null;
$this->form->fill();

$this->dispatch('close-modal', id: 'kanban--edit-record-modal');
Expand Down

0 comments on commit c78a958

Please sign in to comment.