fix: fixing missing arguments for build failing

This commit is contained in:
Nevo David 2024-09-20 16:38:03 +07:00
parent 3a785e1144
commit 9334f20f61
2 changed files with 3 additions and 1 deletions

View File

@ -82,6 +82,7 @@ export const ContinueProvider: FC = () => {
date: dayjs(),
value: [],
integration: {
time: [{time: 0}],
id: continueId,
type: '',
name: '',

View File

@ -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<any>(undefined);
const [popup, setPopups] = useState<undefined | string[]>(undefined);
@ -242,6 +242,7 @@ export const ConnectChannels: FC = () => {
{integration.name}
</div>
<Menu
mutate={mutate}
onChange={update}
id={integration.id}
canEnable={