missing file
This commit is contained in:
parent
084da23442
commit
5096710197
2 changed files with 6 additions and 1 deletions
3
frontend/app/components/Clips/ClipsPage/index.ts
Normal file
3
frontend/app/components/Clips/ClipsPage/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
function Clips() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
@ -66,6 +66,8 @@ class UserFilter {
|
||||||
return {
|
return {
|
||||||
endDate: this.period.end,
|
endDate: this.period.end,
|
||||||
startDate: this.period.start,
|
startDate: this.period.start,
|
||||||
|
startTimestamp: this.startDate,
|
||||||
|
endTimestamp: this.endDate,
|
||||||
filters: this.filters.map(filterMap),
|
filters: this.filters.map(filterMap),
|
||||||
page: this.page,
|
page: this.page,
|
||||||
limit: this.limit,
|
limit: this.limit,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue