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 3a9f965 commit 49bde4dCopy full SHA for 49bde4d
app/modules/incident/incident.py
@@ -351,6 +351,8 @@ def generate_incident_modal_view(
351
"""Generate the incident creation modal view."""
352
if options is None:
353
options = []
354
+ if not private_metadata:
355
+ private_metadata = ""
356
handbook_string = f"For more details on what constitutes a security incident, visit our <{INCIDENT_HANDBOOK_URL}|Incident Management Handbook>"
357
return {
358
"type": "modal",
0 commit comments