Skip to content

Commit

Permalink
revert back sort
Browse files Browse the repository at this point in the history
lucaslyl committed Dec 27, 2024
1 parent 6a4799b commit adce288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/experiments-realm/crm-app.gts
Original file line number Diff line number Diff line change
@@ -261,6 +261,7 @@ class CrmAppTemplate extends Component<typeof AppCard> {
on: activeFilter.cardRef,
every: [baseFilter, ...accountFilter, ...searchFilter],
},
sort: this.selectedSort?.sort ?? sortByCardTitleAsc,
} as Query;
}

0 comments on commit adce288

Please sign in to comment.