mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure the switch animation is consistent on the table dialogue and avoid displaying an error incorrectly. Fixes #2624
This commit is contained in:
committed by
Dave Page
parent
c15d814268
commit
0810c681c3
@@ -487,6 +487,7 @@
|
||||
column = this.column,
|
||||
val = this.formatter.toRaw(this.$input.prop('checked'), model);
|
||||
|
||||
this.enterEditMode();
|
||||
// on bootstrap change we also need to change model's value
|
||||
model.set(column.get("name"), val);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user