Skip to content

Commit

Permalink
Fix release merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadrian committed May 2, 2023
1 parent 3a97889 commit 82ba0b7
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 82ba0b7

Please sign in to comment.