merge: integrate master board selector fix

This commit is contained in:
Tommaso Casaburi
2026-06-02 14:59:22 +07:00
3 changed files with 13 additions and 3 deletions
+6 -1
View File
@@ -428,7 +428,12 @@ const PostFormFields = ({
<tr>
<td>{t('board')}</td>
<td>
<select aria-label={t('board')} onChange={(e) => setPublishPostOptions({ communityAddress: e.target.value })} value={communityAddress}>
<select
aria-label={t('board')}
className={styles.boardSelector}
onChange={(e) => setPublishPostOptions({ communityAddress: e.target.value })}
value={communityAddress}
>
<option value=''>{t('choose_one')}</option>
{isInAllView &&
directories.map((community) =>