Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
title={saveBtnTitle}
className="ez-ae-anchor-edit__btn ez-ae-anchor-edit__btn--save"
onClick={this.saveAnchor}
disabled={isSaveBtnDisabled}>
<svg>
</svg>
{this.renderError()}
);
}
}
AlloyEditor.Buttons[EzBtnAnchorEdit.key] = AlloyEditor.EzBtnAnchorEdit = EzBtnAnchorEdit;
eZ.addConfig('ezAlloyEditor.ezBtnAnchorEdit', EzBtnAnchorEdit);
type="button"
title={saveBtnTitle}
className="btn btn-icon ez-ae-anchor-edit__btn ez-ae-anchor-edit__btn--save"
onClick={this.saveAnchor}
disabled={isSaveBtnDisabled}>
<svg>
</svg>
);
}
}
AlloyEditor.Buttons[EzBtnAnchorEdit.key] = AlloyEditor.EzBtnAnchorEdit = EzBtnAnchorEdit;
const eZ = (window.eZ = window.eZ || {});
eZ.ezAlloyEditor = eZ.ezAlloyEditor || {};
eZ.ezAlloyEditor.ezBtnAnchorEdit = EzBtnAnchorEdit;