We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c888be commit 2b29be3Copy full SHA for 2b29be3
src/views/cipp/CIPPSettings.js
@@ -1134,7 +1134,7 @@ const NotificationsSettings = () => {
1134
]}
1135
/>
1136
</CCol>
1137
- <CCol>
+ <CCol className="mb-3">
1138
<RFFSelectSearch
1139
multi={true}
1140
label="Choose which severity of alert you want to be notified for."
@@ -1143,6 +1143,7 @@ const NotificationsSettings = () => {
1143
{ value: 'Alert', name: 'Alert' },
1144
{ value: 'Error', name: 'Error' },
1145
{ value: 'Info', name: 'Info' },
1146
+ { value: 'Warn', name: 'Warn' },
1147
1148
1149
0 commit comments