Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
baudelotphilippe committed Feb 2, 2024
1 parent 596516d commit 128c4dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ export const CustomizationForm = ({ tenant, updateTenant }: { tenant?: ITenantFu
},
defaultMessage: {
type: type.string,
format: format.text
format: format.text,
label: translate('Message')
}
}

Expand Down

0 comments on commit 128c4dc

Please sign in to comment.