From bea9bdee02d07a1fd8cf5e01b54b1059a8840bef Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Thu, 4 Jan 2024 16:35:13 +0000 Subject: [PATCH] Handle cancellation gracefully Cancellation is now confirmed with a modal notification, and won't result in an error in the console. --- .../genericComponents/taskSubmitter.vue | 46 +++++++++++-------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/webapp/src/components/genericComponents/taskSubmitter.vue b/webapp/src/components/genericComponents/taskSubmitter.vue index 0f3401da..5694a8f6 100644 --- a/webapp/src/components/genericComponents/taskSubmitter.vue +++ b/webapp/src/components/genericComponents/taskSubmitter.vue @@ -35,15 +35,21 @@ -