From 4cb539d58ab951daa25c785ef6eecc4d834be360 Mon Sep 17 00:00:00 2001 From: Rinsvent Date: Fri, 14 Apr 2023 23:52:53 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D1=87=D0=B8=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B8=D0=BB=20=D0=BB=D0=BE?= =?UTF-8?q?=D0=B0=D0=B4=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/elements/processes/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/elements/processes/index.tsx b/components/elements/processes/index.tsx index 83be1b8..43c1e75 100644 --- a/components/elements/processes/index.tsx +++ b/components/elements/processes/index.tsx @@ -201,6 +201,7 @@ export default function Processes() { value={type} onChange={(event: any, newValue: string | null) => { setType(newValue || ''); + setLoading(true) }} disablePortal options={['None', "Running", "History", '']} @@ -213,6 +214,7 @@ export default function Processes() { value={name} onChange={(event: any, newValue: string | null) => { setName(newValue || ''); + setLoading(true) }} disablePortal options={variants}