Correct event name for toggling BS tabs

This commit is contained in:
Alex Tselegidis 2022-06-02 09:14:20 +02:00
parent 8df576fef4
commit ca7727dfaa
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ App.Pages.Providers = (function () {
/**
* Event: Display Provider Details "Click"
*/
$providers.on('shown.bs.tab', 'a[data-toggle="tab"]', () => {
$providers.on('shown.bs.tab', 'a[data-bs-toggle="tab"]', () => {
App.Layouts.Backend.placeFooterToBottom();
});