remove timeout, was meant for testing

This commit is contained in:
Henry Jameson 2020-05-25 16:32:32 +03:00
parent bb418bf155
commit 097216c49e
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ const SettingsModal = {
{
loading: BigSpinner,
error: ErrorWindow,
delay: 0,
timeout: 3000
delay: 0
}
)
},