feat: add 10 as an additional Emails Per Page option
This commit is contained in:
@@ -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') },
|
||||
|
||||
Reference in New Issue
Block a user