fix: Change form field from description to rootCause

RootCause Edit Modal wrongly fetched the Incident description in the form and also updates the wrong field.
This commit is contained in:
Nils T
2025-12-11 12:47:17 +01:00
committed by GitHub
parent d7d382bcf6
commit 32463b370e

View File

@@ -28,7 +28,7 @@ const IncidentDelete: FunctionComponent<
formFields={[
{
field: {
description: true,
rootCause: true,
},
title: "Root Cause",