Skip to content

Commit bf62a66

Browse files
committed
reformat
1 parent 4956ea4 commit bf62a66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/connection-form/src/components/connection-form-modal-actions.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function ConnectionFormModalActions({
5454
onCancel,
5555
onSave,
5656
onSaveAndConnect,
57-
onConnect
57+
onConnect,
5858
}: ConnectionFormModalActionsProps): React.ReactElement {
5959
const saveAndConnectLabel = useConnectionFormSetting('saveAndConnectLabel');
6060
return (
@@ -116,7 +116,9 @@ export function ConnectionFormModalActions({
116116

117117
{onSaveAndConnect && (
118118
<Button
119-
data-testid={onConnect ? 'save-and-connect-button' : 'connect-button'}
119+
data-testid={
120+
onConnect ? 'save-and-connect-button' : 'connect-button'
121+
}
120122
variant={ButtonVariant.Primary}
121123
onClick={onSaveAndConnect}
122124
>

0 commit comments

Comments
 (0)