Skip to content

Commit

Permalink
fix: payload
Browse files Browse the repository at this point in the history
  • Loading branch information
chowjustin committed Dec 14, 2024
1 parent 1bdf76f commit b3603a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/[id]/modal/editModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export function EditModal({
const scaledW = selection.w * scaleX;

const preparedData: EditData = {
id: data?.id,
id: data?.ID,
x: scaledX.toFixed(0),
y: scaledY.toFixed(0),
w: scaledW.toFixed(0),
Expand Down

0 comments on commit b3603a8

Please sign in to comment.