We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb01ece + 3806b4e commit 12a4942Copy full SHA for 12a4942
app/javascript/components/incidents-from-case/container.jsx
@@ -77,7 +77,7 @@ const Container = ({
77
<div>{newIncidentBtn}</div>
78
</div>
79
<div className={css.alerts}>
80
- <RecordFormAlerts recordType={RECORD_TYPES_PLURAL[recordType]} form={incidentFromCaseForm} />
+ <RecordFormAlerts recordType={RECORD_TYPES_PLURAL[recordType]} form={incidentFromCaseForm} formMode={mode} />
81
82
{renderIncidents}
83
0 commit comments