Skip to content

Commit

Permalink
Fix tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
vesnushka committed Aug 29, 2023
1 parent d5ca981 commit 480f87f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface RepeatableGroupsProps {
export function RepeatableGroups(props: RepeatableGroupsProps) {
const { groupItem, renderGroup } = props;
const { parentPath, questionItem } = groupItem;
const { linkId, text, required } = questionItem;
const { linkId, required } = questionItem;
const baseFieldPath = [...parentPath, linkId];
const fieldName = baseFieldPath.join('.');

Expand Down

0 comments on commit 480f87f

Please sign in to comment.