Correct event name for toggling BS tabs
This commit is contained in:
parent
8df576fef4
commit
ca7727dfaa
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue