Skip to content

Commit

Permalink
docs: clear email input when submit success in price page
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed May 11, 2024
1 parent fd9108e commit 3d16d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 3d16d8e

Please sign in to comment.