mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: remove time out
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
showError = location;
|
||||
errorMessage = message;
|
||||
errorType = type;
|
||||
setTimeout(() => {
|
||||
showError = false;
|
||||
}, 6000);
|
||||
}
|
||||
|
||||
async function updateName() {
|
||||
|
||||
Reference in New Issue
Block a user