diff --git a/src/components/tickets/ticket-custom-fields.tsx b/src/components/tickets/ticket-custom-fields.tsx index e75c852..6cb39f7 100644 --- a/src/components/tickets/ticket-custom-fields.tsx +++ b/src/components/tickets/ticket-custom-fields.tsx @@ -529,11 +529,19 @@ export function TicketCustomFieldsSection({ ticket }: TicketCustomFieldsSectionP {field.label} {field.required ? * : null} - handleFieldChange(field, event.target.value)} - /> + handleFieldChange(field, event.target.value)} + /> {helpText} )