feat: add 10 as an additional Emails Per Page option

This commit is contained in:
Harry Tang
2026-03-22 13:15:23 +02:00
parent 5530cfe7fe
commit 387273288c
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -249,6 +249,7 @@ export function EmailSettings() {
value={emailsPerPage.toString()}
onChange={(value) => updateSetting('emailsPerPage', parseInt(value))}
options={[
{ value: '10', label: t('emails_per_page.10') },
{ value: '25', label: t('emails_per_page.25') },
{ value: '50', label: t('emails_per_page.50') },
{ value: '100', label: t('emails_per_page.100') },