Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Oct 21, 2024
1 parent 03c2bbd commit 62a63be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/DuplicateForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function run($items, $values)
->honeypot($original->honeypot())
->store($original->store())
->email($original->email())
->data($origina->data());
->data($original->data());

$form->save();

Expand Down

0 comments on commit 62a63be

Please sign in to comment.