Skip to content

Commit

Permalink
chore: merge conflict cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AntBush committed Jun 6, 2024
1 parent a0535fc commit 64e2370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/analyst/cbc/[cbcId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const Cbc = ({
: toggleOverrideReadOnly,
isEditable: true,
isCBC: true,
cbcId: cbcData.rowId,
cbcId: rowId,
errors: formErrors,
}}
formData={formData}
Expand Down

0 comments on commit 64e2370

Please sign in to comment.