mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
resolve domain availability checking stuck on 'pending' status
This commit is contained in:
@@ -56,8 +56,10 @@
|
||||
$effect(() => {
|
||||
domainIsValid; /* silences lint for unused var */
|
||||
|
||||
if (domain !== newDomain) {
|
||||
domainStatus = 'pending';
|
||||
if (newDomain) {
|
||||
if (domain !== newDomain) {
|
||||
domainStatus = 'pending';
|
||||
}
|
||||
checkDomain(newDomain);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user