Skip to content

Commit

Permalink
Merge pull request #166 from ManasiBadave/Bug206548
Browse files Browse the repository at this point in the history
Bug#206548 fix: create tjnotification menu showing error in FE.
  • Loading branch information
ankush-maherwal authored Nov 22, 2023
2 parents 8b74c0e + 39bc904 commit ff53092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function removePreferance(pId,client,provider,key)
<ul class="nav nav-tabs" id="myTab" role="tablist">
<?php if (!empty($this->clients)) : ?>
<?php foreach ($this->clients as $i => $menu) :?>
<li class="nav-item" role="presentation">
<li class="nav-item" role="tab" role="presentation">
<button type="button" id="<?php echo($menu->client) . '-tab'; ?>" role="tab" data-bs-target="#<?php echo($menu->client); ?>" data-bs-toggle="tab" class="nav-link <?php echo ($i == 0) ? ' active ' : ''?>">
<?php echo str_replace("com_","",$menu->client); ?>
</button>
Expand Down

0 comments on commit ff53092

Please sign in to comment.