Skip to content

Commit 454fe1c

Browse files
admin: product edit TOC now use only card-title H3 to render items (#4528)
1 parent 23b5788 commit 454fe1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/admin/components/Product.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class Product {
1414
const $productDetailNavigation = $container.find('.toc .nav');
1515
const sections = [];
1616

17-
$('#product_form h3').each(function () {
17+
$('#product_form h3.card-title').each(function () {
1818
const $title = $(this);
1919

2020
const $navigationItem = $(`<span class="nav-link cursor-pointer">${$title.text()}</span>`);

0 commit comments

Comments
 (0)