Skip to content

Commit

Permalink
adds missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cephaschapa committed Feb 19, 2025
1 parent bb4eda6 commit 2886d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function SubSectorPage({
if (scopes.length > 0 && !loadingState && subSectorData) {
setReferenceNumber(subSectorData.referenceNumber!);
}
}, [scopes, loadingState]);
}, [scopes, loadingState, subSectorData]);

return (
<Tabs.Root defaultValue={referenceNumber}>
Expand Down

0 comments on commit 2886d8b

Please sign in to comment.