We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c029a commit 13e45f7Copy full SHA for 13e45f7
packages/cli/src/pages/unsubscribe/[memberId].tsx
@@ -221,7 +221,7 @@ const Unsubscribe = (props: UnsubscribeProps) => {
221
222
// the "Subscribe" or "Unsubscribe" button was clicked on the form with only the default list
223
const subscribeUnsubscribeButtonClick = useCallback(
224
- (e: React.MouseEvent<HTMLElement>) => {
+ async (e: React.MouseEvent<HTMLElement>) => {
225
e.preventDefault();
226
setFormSaving(true);
227
const newFormState = onChange(defaultList.id, true)();
0 commit comments