Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 54f0a59

Browse files
author
Akanksh Saxena
committed
fix(review-warning): Reset query parameters
1 parent e5e4d13 commit 54f0a59

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/components/report-review-warning/template.hbs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22
<li class="nav-top-list-item" title="You have reports to verify">
33
{{#link-to "analysis.index"
44
(query-params
5+
fromDate=null
56
toDate=unverifiedReports.reportsToDate
67
reviewer=session.data.user.id
78
editable=1
89
verified=0
10+
customer=null
11+
project=null
12+
task=null
13+
user=null
14+
billingType=null
15+
costCenter=null
16+
review=""
17+
notBillable=""
918
)
1019
}}
1120
{{fa-icon "exclamation-triangle"}}

0 commit comments

Comments
 (0)