- updates;

This commit is contained in:
Vitalii Kiiko
2025-02-05 17:01:44 +01:00
parent 0ec9f4e15e
commit a6c35af7ca
7 changed files with 130 additions and 37 deletions

View File

@@ -56,7 +56,7 @@ const FormBuilder = ({ bandoStatus }) => {
return (
<>
<Sidebar visible={!isEmpty(activeElement)} onHide={closeSettings} className="formBuilder__elementSettings">
<Sidebar visible={!isEmpty(activeElement)} onHide={closeSettings} dismissable={false} className="formBuilder__elementSettings">
<h2>{__('Impostazioni del campo modulo', 'gepafin')}</h2>
{!isEmpty(activeElement) ? <BuilderElementSettings closeSettingsFn={closeSettings} bandoStatus={bandoStatus}/> : null}
</Sidebar>