Skip to content

Commit

Permalink
Merge pull request #387 from jennyg0/feat/add-placeholder
Browse files Browse the repository at this point in the history
feat: add placeholder to repository input
  • Loading branch information
vplasencia authored Feb 18, 2024
2 parents 5c8341a + 165db71 commit 3a84307
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ export default function AccessModeStep({
}
})
}
placeholder={
parameter[0] === "repository"
? "<repo-owner>/<repo-name>"
: undefined
}
/>
)}
</VStack>
Expand Down

0 comments on commit 3a84307

Please sign in to comment.