Skip to content

Commit

Permalink
add domain hint in setup wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jan 3, 2023
1 parent 23061e8 commit dc9b7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Setup/SetupWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const toggle = require('./service/Toggle');
module.exports = async () => {
const testrailDomain = await ask({
message: 'TestRail Domain',
hint: 'company.testrail.io',
type: 'input',
});

Expand Down

0 comments on commit dc9b7e3

Please sign in to comment.