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 from the Options set here - with the group Notifications
.
These options are then given to the OptionsTable
component here.
The problem is then that the 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.