panel-upgrade-and-fixes
All checks were successful
Deploy on push / deploy (push) Successful in 7s

This commit is contained in:
2025-07-18 16:32:35 +03:00
parent 5d766b7601
commit 3826797317
16 changed files with 1071 additions and 1361 deletions

View File

@@ -9,9 +9,9 @@ import {
import formStyles from '../styles/Form.module.css'
import styles from '../styles/Modal.module.css'
import Button from '../ui/Button'
import HTMLEditor from '../ui/HTMLEditor'
import Modal from '../ui/Modal'
import RoleManager from '../ui/RoleManager'
import HTMLEditor from '../ui/HTMLEditor'
interface Community {
id: number
@@ -285,10 +285,7 @@ const CommunityEditModal = (props: CommunityEditModalProps) => {
Описание
</span>
</label>
<HTMLEditor
value={formData().desc || ''}
onInput={(value) => updateField('desc', value)}
/>
<HTMLEditor value={formData().desc || ''} onInput={(value) => updateField('desc', value)} />
</div>
<div class={formStyles.fieldGroup}>