Skip to content

Commit

Permalink
Merge pull request #3054 from ingef/fix-release-merge
Browse files Browse the repository at this point in the history
Fix release merge
  • Loading branch information
awildturtok authored May 2, 2023
2 parents 3a97889 + 82ba0b7 commit de6c37e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/js/external-forms/FormsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ const FormsTab = () => {
useLoadForms({ datasetId });

const { methods, config, datasetOptions, onReset, onResetActiveForm } =
useInitializeForm();
useInitializeForm({
datasetId,
});

useEffect(
function resetOnDatasetChange() {
Expand Down

0 comments on commit de6c37e

Please sign in to comment.