+
Update Tags:
+
+ Severity:
+ {
+ setSeverity(val);
+ updateIncident();
+ }}
+ isSingleSelect
+ filterClass={styles['filter-wrapper']}
+ />
+
+
+ Status:
+ {
+ setStatus(val);
+ updateIncident();
+ }}
+ isSingleSelect
+ filterClass={styles['filter-wrapper']}
+ />
+
+
+ Team:
+ {
+ setTeam(val);
+ updateIncident();
+ }}
+ isSingleSelect
+ filterClass={styles['filter-wrapper']}
+ />
+
+
+ );
+ };
+
+ const returnContent = () => {
+ return (
+
+
+ {IncidentConstants.title}:
+ {incidentDetails?.title}
+
+
+ {IncidentConstants.description}:
+
+ {incidentDetails?.description}
+
+
+
+ );
+ };
+
+ const returnParticipants = () => {
+ return incidentParticipants?.map(participant => (
+