Skip to content

Commit 30e0966

Browse files
committed
fix prettier warning
1 parent b671c89 commit 30e0966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/widgets/ClusterConfigForm/utils/transformFormDataToPayload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export const transformFormDataToPayload = (data: ClusterConfigFormValues) => {
262262
awsProfileName: props.awsProfileName,
263263
awsRoleArn: props.awsRoleArn,
264264
awsRoleSessionName: props.awsRoleSessionName,
265-
awsStsRegion: props.awsStsRegion
265+
awsStsRegion: props.awsStsRegion,
266266
}),
267267
};
268268
break;

0 commit comments

Comments
 (0)