Removed isOk param
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
16d7186829
commit
f71a2a3665
|
@ -15,7 +15,6 @@ export default class Controller extends Section {
|
||||||
lastWeek.setDate(lastWeek.getDate() - 7);
|
lastWeek.setDate(lastWeek.getDate() - 7);
|
||||||
|
|
||||||
this.filterParams = {
|
this.filterParams = {
|
||||||
isOk: null,
|
|
||||||
mine: true,
|
mine: true,
|
||||||
from: lastWeek,
|
from: lastWeek,
|
||||||
to: today
|
to: today
|
||||||
|
|
Loading…
Reference in New Issue