Починил настроил лоадер
This commit is contained in:
parent
c852ef14dd
commit
4cb539d58a
@ -201,6 +201,7 @@ export default function Processes() {
|
|||||||
value={type}
|
value={type}
|
||||||
onChange={(event: any, newValue: string | null) => {
|
onChange={(event: any, newValue: string | null) => {
|
||||||
setType(newValue || '');
|
setType(newValue || '');
|
||||||
|
setLoading(true)
|
||||||
}}
|
}}
|
||||||
disablePortal
|
disablePortal
|
||||||
options={['None', "Running", "History", '']}
|
options={['None', "Running", "History", '']}
|
||||||
@ -213,6 +214,7 @@ export default function Processes() {
|
|||||||
value={name}
|
value={name}
|
||||||
onChange={(event: any, newValue: string | null) => {
|
onChange={(event: any, newValue: string | null) => {
|
||||||
setName(newValue || '');
|
setName(newValue || '');
|
||||||
|
setLoading(true)
|
||||||
}}
|
}}
|
||||||
disablePortal
|
disablePortal
|
||||||
options={variants}
|
options={variants}
|
||||||
|
Loading…
Reference in New Issue
Block a user