forked from AkkomaGang/akkoma-fe
remove timeout, was meant for testing
This commit is contained in:
parent
bb418bf155
commit
097216c49e
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ const SettingsModal = {
|
||||||
{
|
{
|
||||||
loading: BigSpinner,
|
loading: BigSpinner,
|
||||||
error: ErrorWindow,
|
error: ErrorWindow,
|
||||||
delay: 0,
|
delay: 0
|
||||||
timeout: 3000
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue