1. Placeholder should be inside the controlProps. Change the placeholder from 'Select...' to 'Select an item...'

2. Updated grant wizard screenshot and documentation.
3. Remove '(Beta)' from ERD Tool and PSQL Tool.
This commit is contained in:
Akshay Joshi
2021-09-23 16:17:39 +05:30
parent 0e6794f2f5
commit b9bc628189
12 changed files with 10 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ export function initialize(gettext, url_for, $, _, pgAdmin, csrfToken, Browser)
applies: ['tools'],
callback: 'psql_tool',
priority: 1,
label: gettext('PSQL Tool (Beta)'),
label: gettext('PSQL Tool'),
enable: this.psqlToolEnabled,
}];