Fix missing return statements
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -67,6 +67,7 @@ export function RequestAccessDialog({
|
||||
if (error.field === "email") {
|
||||
setError(error.field, {message: error.message})
|
||||
}
|
||||
return;
|
||||
}
|
||||
toast({
|
||||
title: __("Error"),
|
||||
|
||||
Reference in New Issue
Block a user