- added translation=no wrapper for all Editor components;
This commit is contained in:
@@ -462,7 +462,7 @@ const SoccorsoEditPreInstructor = () => {
|
||||
<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={['CLOSE', 'AWAITING', 'EXPIRED'].includes(data.status)}/>
|
||||
<Editor
|
||||
value={data.amendmentNotes}
|
||||
@@ -566,7 +566,7 @@ const SoccorsoEditPreInstructor = () => {
|
||||
onHide={hideCloseAmendDialog}>
|
||||
<div className="appForm__field">
|
||||
<label>{__('Motivazioni', 'gepafin')}</label>
|
||||
<div style={{ position: 'relative' }}>
|
||||
<div style={{ position: 'relative' }} translate="no">
|
||||
<BlockingOverlay shouldDisplay={data.status === 'CLOSE'}/>
|
||||
<Editor
|
||||
value={internalNote}
|
||||
|
||||
Reference in New Issue
Block a user