feat(SW-498): added sitewide alert

This commit is contained in:
Erik Tiekstra
2024-10-17 11:23:50 +02:00
parent e41bf86993
commit db9f31e2c3
17 changed files with 226 additions and 85 deletions

View File

@@ -750,7 +750,7 @@ export const baseQueryRouter = router({
sitewideAlert: sitewideAlert
? {
...sitewideAlert,
phone_contact: contactConfig
phoneContact: contactConfig
? getAlertPhoneContactData(sitewideAlert, contactConfig)
: null,
}