Skip to content

Commit 6bca529

Browse files
committed
comment correct line :/
1 parent 82e368c commit 6bca529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frontend/src/views/throughputreport/endpoints/DetectedListView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ async function save() {
178178
</select>
179179
</div>
180180
<div>
181-
<FilterInput v-model="filterData.name" /> TODO: this is failing a test, should replace the line below
182-
<!-- <input type="search" aria-label="Filter by name" class="form-control format-text" :value="filterData.name" @input="nameFilterChanged" placeholder="Filter by name..." /> -->
181+
<!-- <FilterInput v-model="filterData.name" /> TODO: this is failing a test, should replace the line below -->
182+
<input type="search" aria-label="Filter by name" class="form-control format-text" :value="filterData.name" @input="nameFilterChanged" placeholder="Filter by name..." />
183183
</div>
184184
</div>
185185
</div>

0 commit comments

Comments
 (0)