Skip to content

Commit

Permalink
ISSUE #5173 - fix formatMessage id
Browse files Browse the repository at this point in the history
  • Loading branch information
Amantini1997 committed Oct 1, 2024
1 parent 7c4195c commit 78d1040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const DrawingForm = ({ formData, drawing }:Props) => {
</Title>
{(drawing as any)?._id && (
<ShareTextField
label={formatMessage({ id: 'drawings.id', defaultMessage: 'ID' })}
label={formatMessage({ id: 'drawings.form.id', defaultMessage: 'ID' })}
value={(drawing as any)?._id}
/>
)}
Expand Down

0 comments on commit 78d1040

Please sign in to comment.