Skip to content

Commit

Permalink
Update permission-management-modal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Nov 7, 2024
1 parent c1e30b1 commit 8da56d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ var abp = abp || {};
return;
}

var tabName = $tabItem.find('small').text().toLowerCase();
var tabName = $tabItem.text().toLowerCase();

var tabContentFilters = $($tabItem.attr('href')).find('[data-filter-text]');
let includedInTabContent = false;
Expand Down

0 comments on commit 8da56d6

Please sign in to comment.