Apply created_at in list URL
This commit is contained in:
parent
c6f5aea123
commit
c412b0742a
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue