- added page 'manage users';

- changed field type for 'reuqested documents';
- added disable state logic for 'edit form' btn for unsaved call;
This commit is contained in:
Vitalii Kiiko
2024-09-30 09:53:12 +02:00
parent 4be858ca74
commit 8ee159824f
9 changed files with 141 additions and 69 deletions

View File

@@ -278,7 +278,7 @@ const BandoFormsEdit = () => {
style={{ maxWidth: '500px' }} />
<div className="appForm__field">
<label htmlFor="label">{__('Assegna un nome a questo form', 'gepafin')}</label>
<label htmlFor="label">{__('Assegna un nome a questo form', 'gepafin')}*</label>
<InputText
id="label"
value={formName}