Skip to content

Commit a147683

Browse files
lint
1 parent 4589bec commit a147683

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
@@ -190,13 +190,7 @@ export function CreateGitRepositoryDialog({
190190
<Controller
191191
name="secretRef"
192192
control={control}
193-
render={({ field }) => (
194-
<Input
195-
{...field}
196-
id="secretRef"
197-
className={styles.input}
198-
/>
199-
)}
193+
render={({ field }) => <Input {...field} id="secretRef" className={styles.input} />}
200194
/>
201195
</div>
202196
</FormGroup>

0 commit comments

Comments
 (0)