We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6902b0 commit 61d3011Copy full SHA for 61d3011
amp/repository/aim/view/viewImportProgress.jsp
@@ -67,9 +67,9 @@
67
// Add event listener for radio button click
68
$("input[name='project-filter']").change(function() {
69
var filterValue = $(this).val();
70
- if (filterValue === 'all') {
+ if (filterValue === 'ALL') {
71
// Clear the filter if the value is 'all'
72
- datatable.draw();
+ datatable.column(1).search('').draw();
73
} else {
74
// Apply the filter
75
datatable.column(1).search(filterValue).draw();
0 commit comments