chore: Reduce Error debounce interval
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
const showErrorDebounced = debounce(() => {
|
||||
showError = true;
|
||||
}, 5000);
|
||||
}, 3000);
|
||||
|
||||
$effect(() => {
|
||||
if ($stateStore.error) {
|
||||
|
||||
Reference in New Issue
Block a user