Skip to content

Commit 519df1a

Browse files
committed
test commit
1 parent 3debb28 commit 519df1a

File tree

1 file changed

+1
-1
lines changed
  • src/renderer/components/modals/addConnectionModal

1 file changed

+1
-1
lines changed

src/renderer/components/modals/addConnectionModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const AddConnectionModal: React.FC<Props> = ({
6363
};
6464

6565
return (
66-
<Modal isOpen={isOpen} onClose={onClose} title="Add Connection">
66+
<Modal isOpen={isOpen} onClose={onClose} title="Add Connection Modal">
6767
<form onSubmit={handleSubmit} className={styles.form}>
6868
<div className={styles.formGroup}>
6969
<label htmlFor="name">Name</label>

0 commit comments

Comments
 (0)