Skip to content

Commit 61d3011

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amp/repository/aim/view/viewImportProgress.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
// Add event listener for radio button click
6868
$("input[name='project-filter']").change(function() {
6969
var filterValue = $(this).val();
70-
if (filterValue === 'all') {
70+
if (filterValue === 'ALL') {
7171
// Clear the filter if the value is 'all'
72-
datatable.draw();
72+
datatable.column(1).search('').draw();
7373
} else {
7474
// Apply the filter
7575
datatable.column(1).search(filterValue).draw();

0 commit comments

Comments
 (0)