Apply created_at in list URL

This commit is contained in:
Hillel Coren 2021-05-02 22:16:21 +03:00
parent c6f5aea123
commit c412b0742a
1 changed files with 2 additions and 0 deletions

View File

@ -757,6 +757,8 @@ abstract class AppState implements Built<AppState, AppStateBuilder> {
} }
int get createdAtLimit { int get createdAtLimit {
return 0;
if (!company.isLarge) { if (!company.isLarge) {
return 0; return 0;
} }