diff --git a/src/components/FormField/components/Wysiwyg/index.js b/src/components/FormField/components/Wysiwyg/index.js index 35252b0..2bb4f68 100644 --- a/src/components/FormField/components/Wysiwyg/index.js +++ b/src/components/FormField/components/Wysiwyg/index.js @@ -65,36 +65,39 @@ const Wysiwyg = ({ outlined onClick={handleCleanValue} /> : null} - ( - ({ insert: op.insert })); - return new Delta(ops) - }] - ] - } - }} - placeholder={placeholder} - onTextChange={(e) => field.onChange(e.htmlValue)} - style={{ height: 80 * rows }} - className={classNames({ 'p-invalid': fieldState.invalid })} - /> - )}/> +
+ ( + ({ insert: op.insert })); + return new Delta(ops) + }] + ] + } + }} + placeholder={placeholder} + onTextChange={(e) => field.onChange(e.htmlValue)} + style={{ height: 80 * rows }} + className={classNames({ 'p-invalid': fieldState.invalid })} + /> + )}/> +
{infoText ? {infoText} : null} - ) + + ) } export default Wysiwyg; \ No newline at end of file diff --git a/src/pages/BandoViewBeneficiario/index.js b/src/pages/BandoViewBeneficiario/index.js index 73656cf..dd6002e 100644 --- a/src/pages/BandoViewBeneficiario/index.js +++ b/src/pages/BandoViewBeneficiario/index.js @@ -470,15 +470,17 @@ const BandoViewBeneficiario = () => {

{__('Non hai trovato la risposta che cercavi?', 'gepafin')}

- setNewQuestion(e.htmlValue)} - style={{ height: 80 * 3 }} - aria-describedby="newQuestion-help" - /> +
+ setNewQuestion(e.htmlValue)} + style={{ height: 80 * 3 }} + aria-describedby="newQuestion-help" + /> +
{__('Riceverai una notifica quando ti risponderemo', 'gepafin')}