Починил настроил лоадер
This commit is contained in:
parent
c852ef14dd
commit
4cb539d58a
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user