Skip to content

Commit

Permalink
Fixing h1 heading value rather than h2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLuisGJ committed Nov 26, 2024
1 parent 6926668 commit 8aeef56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const ConnectorField: React.FC<ConnectorFieldProps> = ({ connector, field
isLoading={isLoading}
isInvalid={field === 'name' && !value?.trim()}
size="m"
heading={isTitle ? 'h2' : 'span'}
heading={isTitle ? 'h1' : 'span'}
editModeProps={{
cancelButtonProps: { onClick: () => handleCancel(connector[field] || '') },
formRowProps:
Expand Down

0 comments on commit 8aeef56

Please sign in to comment.