mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where DB Restrictions were not visible on the server dialog. #7059
This commit is contained in:
@@ -853,7 +853,7 @@ export function flattenSelectOptions(options) {
|
||||
|
||||
function getRealValue(options, value, creatable, formatter) {
|
||||
let realValue = null;
|
||||
if(options?.length == 0) {
|
||||
if(options?.length == 0 && !creatable) {
|
||||
return realValue;
|
||||
}
|
||||
if (_.isArray(value)) {
|
||||
|
||||
Reference in New Issue
Block a user