- added translation=no wrapper for all Editor components;
This commit is contained in:
@@ -377,7 +377,7 @@ const SoccorsoEditBeneficiario = () => {
|
||||
<h2>{__('Documenti aggiuntivi', 'gepafin')}</h2>
|
||||
<div className="appPageSection">
|
||||
<h3>{__('Notes', 'gepafin')}</h3>
|
||||
<div style={{ marginBottom: '30px', width: '100%', position: 'relative' }}>
|
||||
<div style={{ marginBottom: '30px', width: '100%', position: 'relative' }} translate="no">
|
||||
<BlockingOverlay shouldDisplay={data.status !== 'AWAITING'}/>
|
||||
<Editor
|
||||
value={data.amendmentNotes}
|
||||
|
||||
Reference in New Issue
Block a user