docs: clear email input when submit success in price page
This commit is contained in:
parent
fd9108e77f
commit
3d16d8edd8
@ -127,6 +127,7 @@ export const Waitlist: React.FC = React.memo(() => {
|
||||
message.success(
|
||||
'Success, we will contact to you if we publish cloud version'
|
||||
);
|
||||
setEmail('');
|
||||
} catch (err) {
|
||||
message.error(String(err));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user