Починил настроил лоадер

This commit is contained in:
Rinsvent 2023-04-14 23:52:53 +07:00
parent c852ef14dd
commit 4cb539d58a

View File

@ -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}