mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
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:
@@ -28,7 +28,7 @@ const IncidentDelete: FunctionComponent<
|
||||
formFields={[
|
||||
{
|
||||
field: {
|
||||
description: true,
|
||||
rootCause: true,
|
||||
},
|
||||
title: "Root Cause",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user