mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fix alignment of import/export toggle switch. Fixes #3963
2) Remove unnecessary options for toggle switch which are already the default options.
This commit is contained in:
@@ -55,8 +55,7 @@ Backform, commonUtils, supportedNodes
|
||||
options: {
|
||||
'onText': gettext('Import'),
|
||||
'offText': gettext('Export'),
|
||||
'onColor': 'success',
|
||||
'offColor': 'primary',
|
||||
width: '65',
|
||||
},
|
||||
}, {
|
||||
type: 'nested',
|
||||
|
||||
Reference in New Issue
Block a user