From c0132f6a800c4dd805533a92e836a3353b888d7f Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Wed, 15 Nov 2023 16:51:52 -0600 Subject: [PATCH 1/3] client: require name for workflows on save, set default Unnamed Also, use `Toast` instead of modal for empty name, as well as `Toast.success` on newly created workflow --- .../src/components/Workflow/Editor/Index.vue | 30 ++++++++++++------- .../components/Workflow/Editor/Options.vue | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/client/src/components/Workflow/Editor/Index.vue b/client/src/components/Workflow/Editor/Index.vue index 871521c935f8..73494320a0fa 100644 --- a/client/src/components/Workflow/Editor/Index.vue +++ b/client/src/components/Workflow/Editor/Index.vue @@ -165,6 +165,7 @@