-
- {(escalationChainsExist || !chatOpsAvailableChannels) && (
-
+ {!escalationChainsExist && (
+
- {escalationChainsExist && (
-
- Integration doesn't have connected escalation policies. Consider adding responders manually by
- user or by email
-
- )}
- {!chatOpsAvailableChannels && (
- Integration doesn't have connected ChatOps channels in messengers.
- )}
+
+ The direct paging integration for the selected team has no escalation chains configured.
+
+ If you proceed with the alert group, the team likely will not be notified.
+
+ Learn more.
+
+
)}
) : (
-
+
- Empty integration for this team will be created automatically. Consider selecting responders by
- schedule or user below
+ The selected team doesn't have a direct paging integration configured and will not be notified.
+ If you proceed with the alert group, an empty direct paging integration will be created automatically
+ for the team.
+
+ Learn more.
+
@@ -200,22 +203,11 @@ const ManualAlertGroup: FC = (props) => {
);
};
- const submitButtonDisabled = !(
- selectedTeamId &&
- (selectedTeamDirectPaging || userResponders.length || scheduleResponders.length)
- );
-
return (
-
+
-
+ = (props) => {
-