Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2023-10-29 22:37:35 +01:00
parent e1c33ecea1
commit 447c2c09e5
1 changed files with 1 additions and 1 deletions

View File

@ -5013,7 +5013,7 @@ module.exports = (_ => {
children: [
!this.props.noRemove ? BDFDB.ReactUtils.createElement(Internal.LibraryComponents.Clickable, {
"aria-label": BDFDB.LanguageUtils.LanguageStrings.REMOVE,
className: BDFDB.disCNS.hovercardremovebutton + BDFDB.disCN.hovercardremovebuttondefault,
className: BDFDB.disCNS.hovercardbutton + BDFDB.disCNS.hovercardremovebutton + BDFDB.disCN.hovercardremovebuttondefault,
onClick: e => {
if (typeof this.props.onRemove == "function") this.props.onRemove(e, this);
BDFDB.ListenerUtils.stopEvent(e);