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}