Skip to content

Commit

Permalink
Merge pull request #45 from questdb/placeholder-changes
Browse files Browse the repository at this point in the history
Update config placeholders
  • Loading branch information
insmac authored Mar 7, 2024
2 parents 8e87765 + aceb48e commit d960dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ export const Components = {
},
Username: {
label: 'Username',
placeholder: 'Username',
placeholder: 'admin',
tooltip: 'QuestDB username',
},
Password: {
label: 'Password',
placeholder: 'Password',
placeholder: 'quest',
tooltip: 'QuestDB password',
},
TLSCACert: {
Expand Down

0 comments on commit d960dff

Please sign in to comment.