Skip to content

Commit

Permalink
fix: allow deletion of contact information types without refreshing p…
Browse files Browse the repository at this point in the history
…age (#7377)

Co-authored-by: Alexis Saettler <[email protected]>
  • Loading branch information
Otanga-Otieno and asbiin authored Oct 6, 2024
1 parent b9da66d commit b1802b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ public function execute(array $data): ContactInformationType
'protocol' => $this->valueOrNull($data, 'protocol'),
]);

return $type;
return $type->refresh();
}
}

0 comments on commit b1802b4

Please sign in to comment.