Skip to content

Commit 826dc23

Browse files
lint fix
1 parent cfe2965 commit 826dc23

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/Dialogs/CreateGitRepositoryDialog.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,7 @@ export function CreateGitRepositoryDialog({
199199
<Controller
200200
name="secretRef"
201201
control={control}
202-
render={({ field }) => (
203-
<Input
204-
{...field}
205-
id={secretRefId}
206-
className={styles.input}
207-
/>
208-
)}
202+
render={({ field }) => <Input {...field} id={secretRefId} className={styles.input} />}
209203
/>
210204
</div>
211205
</FormGroup>

0 commit comments

Comments
 (0)