From 309820f072eea159e3a42febc84f79b9d97685a1 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 21 Sep 2024 15:27:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Make=20sure=20switches=20are=20c?= =?UTF-8?q?ontrolled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/forms/poll-settings.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/forms/poll-settings.tsx b/apps/web/src/components/forms/poll-settings.tsx index 9ba7508db..65547d2c3 100644 --- a/apps/web/src/components/forms/poll-settings.tsx +++ b/apps/web/src/components/forms/poll-settings.tsx @@ -105,7 +105,7 @@ export const PollSettingsForm = ({ children }: React.PropsWithChildren) => { { field.onChange(checked); }} @@ -128,7 +128,7 @@ export const PollSettingsForm = ({ children }: React.PropsWithChildren) => { { if (isFree) { paywallDialog.trigger(); @@ -159,7 +159,7 @@ export const PollSettingsForm = ({ children }: React.PropsWithChildren) => { { if (isFree) { paywallDialog.trigger(); @@ -191,7 +191,7 @@ export const PollSettingsForm = ({ children }: React.PropsWithChildren) => { { if (isFree) { paywallDialog.trigger();