From 9334f20f611b48ebe76e6f493c53f7ef95f460ca Mon Sep 17 00:00:00 2001 From: Nevo David Date: Fri, 20 Sep 2024 16:38:03 +0700 Subject: [PATCH] fix: fixing missing arguments for build failing --- apps/frontend/src/components/layout/continue.provider.tsx | 1 + apps/frontend/src/components/onboarding/connect.channels.tsx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/components/layout/continue.provider.tsx b/apps/frontend/src/components/layout/continue.provider.tsx index 5e5b042c..bc1e814e 100644 --- a/apps/frontend/src/components/layout/continue.provider.tsx +++ b/apps/frontend/src/components/layout/continue.provider.tsx @@ -82,6 +82,7 @@ export const ContinueProvider: FC = () => { date: dayjs(), value: [], integration: { + time: [{time: 0}], id: continueId, type: '', name: '', diff --git a/apps/frontend/src/components/onboarding/connect.channels.tsx b/apps/frontend/src/components/onboarding/connect.channels.tsx index 1b820a64..02987db8 100644 --- a/apps/frontend/src/components/onboarding/connect.channels.tsx +++ b/apps/frontend/src/components/onboarding/connect.channels.tsx @@ -21,7 +21,7 @@ import { useVariables } from '@gitroom/react/helpers/variable.context'; export const ConnectChannels: FC = () => { const fetch = useFetch(); - const {isGeneral} = useVariables(); + const { isGeneral } = useVariables(); const router = useRouter(); const [identifier, setIdentifier] = useState(undefined); const [popup, setPopups] = useState(undefined); @@ -242,6 +242,7 @@ export const ConnectChannels: FC = () => { {integration.name}