Skip to content

Commit

Permalink
Fixed filter error in dumps page
Browse files Browse the repository at this point in the history
- We were calling a method that is not present in
  @filtered. Fixed this by using the method that is
  added for this purpose and not used.

Signed-off-by: Nikhil Ashoka <[email protected]>
Change-Id: I26b4b7d9be00c79c17dba382c0df6a0f02e1cd89
  • Loading branch information
Nikhil-Ashoka authored and Gunnar Mills committed Jun 11, 2024
1 parent b1daec6 commit d7cd12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Logs/Dumps/Dumps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
:empty-filtered-text="$t('global.table.emptySearchMessage')"
:filter="searchFilter"
:busy="isBusy"
@filtered="onChangeSearchFilter"
@filtered="onFiltered"
@row-selected="onRowSelected($event, filteredTableItems.length)"
>
<!-- Checkbox column -->
Expand Down

0 comments on commit d7cd12c

Please sign in to comment.