Skip to content

Commit

Permalink
QE-533 - "Save As Default Values" shows error when click on save button
Browse files Browse the repository at this point in the history
  • Loading branch information
twilligls committed Oct 30, 2023
1 parent 4446c57 commit 26353e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function save($input)
);
}

$this->saveDefaults($data);
$this->saveDefaults($input);

return $question;
}
Expand Down

0 comments on commit 26353e8

Please sign in to comment.