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: {
|
defaults: {
|
||||||
label: "",
|
label: "",
|
||||||
options: {
|
options: {
|
||||||
onText: 'True',
|
onText: 'Yes',
|
||||||
offText: 'False',
|
offText: 'No',
|
||||||
onColor: 'success',
|
onColor: 'success',
|
||||||
offColor: 'default',
|
offColor: 'primary',
|
||||||
size: 'small'
|
size: 'small'
|
||||||
},
|
},
|
||||||
extraClasses: []
|
extraClasses: []
|
||||||
|
Loading…
Reference in New Issue
Block a user