mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Set appropriate default values for the boolean switch control.
This commit is contained in:
parent
219f208317
commit
a6e96c5576
@ -415,10 +415,10 @@
|
||||
defaults: {
|
||||
label: "",
|
||||
options: {
|
||||
onText: 'True',
|
||||
offText: 'False',
|
||||
onText: 'Yes',
|
||||
offText: 'No',
|
||||
onColor: 'success',
|
||||
offColor: 'default',
|
||||
offColor: 'primary',
|
||||
size: 'small'
|
||||
},
|
||||
extraClasses: []
|
||||
|
Loading…
Reference in New Issue
Block a user