diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-25 16:32:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-25 16:32:32 +0300 |
| commit | 097216c49eaabf02b7a64308bf2c41bcf58b4c53 (patch) | |
| tree | 02f48f4cb8c3fbc58e42c44f8d3f4360c2dab103 /src/components/settings_modal/settings_modal.js | |
| parent | bb418bf155dad1c6dc39e88bf4d20f0644d1236d (diff) | |
remove timeout, was meant for testing
Diffstat (limited to 'src/components/settings_modal/settings_modal.js')
| -rw-r--r-- | src/components/settings_modal/settings_modal.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/settings_modal/settings_modal.js b/src/components/settings_modal/settings_modal.js index 60d14649..84d673a8 100644 --- a/src/components/settings_modal/settings_modal.js +++ b/src/components/settings_modal/settings_modal.js @@ -11,8 +11,7 @@ const SettingsModal = { { loading: BigSpinner, error: ErrorWindow, - delay: 0, - timeout: 3000 + delay: 0 } ) }, |
