Skip to content

Commit

Permalink
Filter announcement channels
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed May 20, 2024
1 parent 07ce527 commit 29e3d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/AnnouncementPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const AnnouncementPage = () => {
<SelectField
value={notificator}
onChange={(e) => setNotificator(e.target.value)}
endpoint="/api/notifications/notificators"
endpoint="/api/notifications/notificators?announcement=true"
keyGetter={(it) => it.type}
titleGetter={(it) => t(prefixString('notificator', it.type))}
label={t('notificationNotificators')}
Expand Down

0 comments on commit 29e3d2f

Please sign in to comment.