Skip to content

Commit 1921bd2

Browse files
authored
Merge pull request #11 from Multiplier-Labs/fix/remove-local-scripts
Remove local scripts, fix workflows, and add test coverage
2 parents 67bcdab + 074dfab commit 1921bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AddWorkflowModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface Props {
2929
}
3030

3131
export function AddWorkflowModal({ token, onClose, onAdd }: Props) {
32-
const { groups, loading: reposLoading } = useRepos()
32+
const { groups, loading: reposLoading } = useRepos(token)
3333
const allRepos = groups.flatMap(g => g.repos)
3434

3535
const [selectedRepoId, setSelectedRepoId] = useState<string>('')

0 commit comments

Comments
 (0)