Skip to content

Commit

Permalink
fix(leav/ui): payload value
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudAmsellem committed Nov 21, 2024
1 parent 89067e7 commit a2e27b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export const EditRecord: FunctionComponent<IEditRecordProps> = ({
actualValue = treeValue.id;
break;
default:
actualValue = (val as ValueDetailsValueFragment).raw_value;
actualValue = (val as ValueDetailsValueFragment).raw_payload;
break;
}
return {
Expand Down

0 comments on commit a2e27b3

Please sign in to comment.