Fix few issues found in menu rendering code and GUI test cases

This commit is contained in:
Aditya Toshniwal
2024-11-14 14:49:07 +05:30
parent 296befc881
commit 9a8d520abd
6 changed files with 11 additions and 4 deletions
@@ -44,7 +44,6 @@ export default class SearchObjectModule {
enable: this.search_objects_enabled,
priority: 3,
label: gettext('Search Objects...'),
below: true,
data: {
data_disabled: gettext('Please select a database from the object explorer to search the database objects.'),
},