added new eventLog type

This commit is contained in:
Dobromir Popov
2024-05-11 16:30:25 +03:00
parent bf80e985de
commit d56ca612d4
2 changed files with 20 additions and 1 deletions

View File

@ -227,7 +227,7 @@ export default function PublisherForm({ item, me }) {
</div>
<div className="mb-4">
<label className="label" htmlFor="congregationId">Сбор</label>
<select id="congregationId" name="congregationId" value={publisher.congregationId} onChange={handleChange} className="select" placeholder="Община" autoFocus >
<select id="congregationId" name="congregationId" value={publisher.congregationId} onChange={handleChange} className="select textbox" placeholder="Община" autoFocus >
<option value="">Избери сбор</option>
{congregations.map((congregation) => (
<option key={congregation.id} value={congregation.id}>