- Notifications
You must be signed in to change notification settings - Fork926
Description
Deployments admins should be able to access ${DEPLOYMENT_URL}/deployment/notifications?tab=settings page and see all the options related to notifications.
These options are fetched fromthe Options set here - with the groupNotifications
.
These options are then given to theOptionsTable
componenthere.
The problem is then thatthe OptionsTable component is not displaying the elements with an empty value.
As the Webhook URL has no default value - users are not able to discover this option before setting it up to a value.
--
I've not investigated but can imagine the problem also happen with other options.