feat: Tag count in components on Studio Unit page(#33928)

This commit is contained in:
Chris Chávez
2024-01-12 12:35:23 -05:00
committed by GitHub
parent 019888f3d1
commit 90879d167f
8 changed files with 75 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ function($, _, Backbone, gettext, BasePage,
'click .new-component-button': 'scrollToNewComponentButtons',
'click .save-button': 'saveSelectedLibraryComponents',
'click .paste-component-button': 'pasteComponent',
'click .tags-button': 'openManageTags',
'click .manage-tags-button': 'openManageTags',
'change .header-library-checkbox': 'toggleLibraryComponent',
'click .collapse-button': 'collapseXBlock',
},