refactor(react/modals): use classless components

This commit is contained in:
Elian Doran
2025-08-24 20:57:23 +03:00
parent 7c86f90ac6
commit a507991808
28 changed files with 106 additions and 321 deletions

View File

@@ -25,7 +25,7 @@ export default function FormGroup({ name, label, title, className, children, des
{childWithId}
{description && <small className="form-text">{description}</small>}
{description && <div><small className="form-text">{description}</small></div>}
</div>
);
}