Skip to content

Commit

Permalink
Merge pull request #625 from wri/release/rare-redwood-hotfix-2024-11-04
Browse files Browse the repository at this point in the history
[RELEASE] Rare Redwood Hotfix 2024 11 04
  • Loading branch information
roguenet authored Nov 5, 2024
2 parents fcf8d98 + db101e0 commit 74a2dcb
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,8 @@ const RHFWorkdaysTable = ({
);

return (
<InputWrapper error={props.error}>
<WorkdayCollapseGrid
title={props.label ?? ""}
demographics={demographics}
variant={GRID_VARIANT_GREEN}
onChange={updateDemographics}
/>
<InputWrapper {...props}>
<WorkdayCollapseGrid demographics={demographics} variant={GRID_VARIANT_GREEN} onChange={updateDemographics} />
</InputWrapper>
);
};
Expand Down

0 comments on commit 74a2dcb

Please sign in to comment.