mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolve an issue where collection nodes sometimes wouldn't sort properly.
This commit is contained in:
parent
659aeeb58e
commit
b90d368ee7
@ -119,6 +119,7 @@
|
||||
// extract the values from the models
|
||||
|
||||
var l = func(left, attr), r = func(right, attr), t;
|
||||
if (_.isUndefined(l) || _.isUndefined(r)) return;
|
||||
|
||||
var types = ['number-cell', 'integer-cell'];
|
||||
if (_.include(types, type)) {
|
||||
|
Loading…
Reference in New Issue
Block a user