mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix display of enum GUCs on users/databases etc. Fixes #2067
This commit is contained in:
parent
28621999f2
commit
6557433061
@ -63,7 +63,7 @@
|
||||
return Backgrid.Extension.SwitchCell;
|
||||
break;
|
||||
case "enum":
|
||||
model.set({'value': undefined}, {silent:true});
|
||||
model.set({'value': value}, {silent:true});
|
||||
var options = [],
|
||||
enumVals = variable.enumvals;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user