Skip to content

Commit

Permalink
fix: test repo configuration button doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Jan 12, 2025
1 parent 0dd360b commit 07a1561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webui/src/views/AddRepoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ export const AddRepoModal = ({ template }: { template: Repo | null }) => {
</Form.Item>
</Tooltip>

<Form.Item<Repo> name="guid" hidden>
<Input />
</Form.Item>

{/* Repo.uri */}

<Tooltip
Expand Down

0 comments on commit 07a1561

Please sign in to comment.