Skip to content

Commit b6902b0

Browse files
committed
AMP-30858- Use ajax to make request to backed
1 parent db4fb03 commit b6902b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amp/repository/aim/view/viewImportProgress.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
var filterValue = $(this).val();
7070
if (filterValue === 'all') {
7171
// Clear the filter if the value is 'all'
72-
datatable.column(1).search('').draw();
72+
datatable.draw();
7373
} else {
7474
// Apply the filter
7575
datatable.column(1).search(filterValue).draw();

0 commit comments

Comments
 (0)