mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where Schema icon is not visible in the drop-down of General tab. Fixes #6806
This commit is contained in:
parent
31339737a6
commit
d8d88b948a
@ -1389,7 +1389,7 @@ export default class TypeSchema extends BaseUISchema {
|
||||
if(option && option.label.match(/^pg_/)) {
|
||||
return;
|
||||
}
|
||||
res.push({ label: option.label, value: option.value });
|
||||
res.push({ label: option.label, value: option.value, image: 'icon-schema' });
|
||||
});
|
||||
} else {
|
||||
res = options;
|
||||
|
Loading…
Reference in New Issue
Block a user