🐛 Fix ordering when auto refreshing (#1761)
* Fix ordering when auto refreshing * Fix ordering for current executinos as well
This commit is contained in:
@@ -1732,6 +1732,7 @@ class App {
|
||||
}
|
||||
);
|
||||
}
|
||||
returnData.sort((a, b) => parseInt(b.id, 10) - parseInt(a.id, 10));
|
||||
|
||||
return returnData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user