From 44b2c86d0b2d95859376cdac662b5772fa38a5c6 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Tue, 31 Oct 2023 10:14:30 -0500 Subject: [PATCH] do not require annotation for wfs --- client/src/components/Workflow/Editor/Attributes.vue | 1 - client/src/components/Workflow/Editor/Index.vue | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/components/Workflow/Editor/Attributes.vue b/client/src/components/Workflow/Editor/Attributes.vue index 7e8d51c122d2..3d7984212ac1 100644 --- a/client/src/components/Workflow/Editor/Attributes.vue +++ b/client/src/components/Workflow/Editor/Attributes.vue @@ -34,7 +34,6 @@
These notes will be visible when this workflow is viewed.
diff --git a/client/src/components/Workflow/Editor/Index.vue b/client/src/components/Workflow/Editor/Index.vue index 14ee5a19c29e..71ef56b10c19 100644 --- a/client/src/components/Workflow/Editor/Index.vue +++ b/client/src/components/Workflow/Editor/Index.vue @@ -565,7 +565,7 @@ export default { this.onUpdateStep(step); }, async onCreate() { - if (!this.name || !this.annotation) { + if (!this.name) { const response = "Please provide a name for your workflow."; this.onWorkflowError("Creating workflow failed", response, { Ok: () => {