From ecdabe3f4453e3d0aef194de226757fd228426c5 Mon Sep 17 00:00:00 2001 From: jasquat Date: Mon, 16 Oct 2023 11:57:24 -0400 Subject: [PATCH] put back the handlefileNameSave call w/ burnettk --- spiffworkflow-frontend/src/routes/ProcessModelEditDiagram.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/spiffworkflow-frontend/src/routes/ProcessModelEditDiagram.tsx b/spiffworkflow-frontend/src/routes/ProcessModelEditDiagram.tsx index c152fa54..65d0f923 100644 --- a/spiffworkflow-frontend/src/routes/ProcessModelEditDiagram.tsx +++ b/spiffworkflow-frontend/src/routes/ProcessModelEditDiagram.tsx @@ -312,6 +312,7 @@ export default function ProcessModelEditDiagram() { primaryButtonText="Save Changes" secondaryButtonText="Cancel" onSecondarySubmit={handleFileNameCancel} + onRequestSubmit={handleFileNameSave} onRequestClose={handleFileNameCancel} >