Skip to content

Commit

Permalink
Fix placeholder value. (#133)
Browse files Browse the repository at this point in the history
Adding a 3rd party repository doesn't work without prefixing the domain name with `https://`
  • Loading branch information
bob-swinkels authored Oct 29, 2023
1 parent 8264d0c commit 767ed04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class OneClickReposList extends ApiComponent<
<h4>3rd party repositories:</h4>
<div style={{ maxWidth: 600, marginBottom: 30 }}>
<Search
placeholder="oneclick-apps.your-3rd-party-domain.com"
placeholder="https://oneclick-apps.your-3rd-party-domain.com"
enterButton="Connect New Repository"
onSearch={(value) =>
self.onConnectNewRepositoryClicked(value)
Expand Down

0 comments on commit 767ed04

Please sign in to comment.