From f9910a8d3960bbc3e0bd79f94af533235fa8953d Mon Sep 17 00:00:00 2001 From: Alireza Heidari Date: Mon, 7 Oct 2024 18:11:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8:=20improve=20the=20loading=20alert?= =?UTF-8?q?=20and=20show=20error=20when=20there=20is=20an=20error=20while?= =?UTF-8?q?=20redirecting=20to=20the=20file=20source=20provider=20in=20=20?= =?UTF-8?q?`FileSources/CreateInstance`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FileSources/Instances/CreateInstance.vue | 38 ++++++++++++++----- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/client/src/components/FileSources/Instances/CreateInstance.vue b/client/src/components/FileSources/Instances/CreateInstance.vue index 4daae81903ed..ed6def6c2f86 100644 --- a/client/src/components/FileSources/Instances/CreateInstance.vue +++ b/client/src/components/FileSources/Instances/CreateInstance.vue @@ -1,9 +1,11 @@