Set popup max-height, update public files, update dependencies
This commit is contained in:
@@ -148,7 +148,7 @@ export default class extends Model {
|
||||
}
|
||||
|
||||
getOrderedInCardActionsQuerySet() {
|
||||
return this.actions.orderBy('id', 'desc');
|
||||
return this.actions.orderBy('id', false);
|
||||
}
|
||||
|
||||
getUnreadNotificationsQuerySet() {
|
||||
|
||||
Reference in New Issue
Block a user