File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
apps/frontend/src/components Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ export const ContinueProvider: FC = () => {
8282 date : dayjs ( ) ,
8383 value : [ ] ,
8484 integration : {
85+ time : [ { time : 0 } ] ,
8586 id : continueId ,
8687 type : '' ,
8788 name : '' ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { useVariables } from '@gitroom/react/helpers/variable.context';
2121
2222export const ConnectChannels : FC = ( ) => {
2323 const fetch = useFetch ( ) ;
24- const { isGeneral} = useVariables ( ) ;
24+ const { isGeneral } = useVariables ( ) ;
2525 const router = useRouter ( ) ;
2626 const [ identifier , setIdentifier ] = useState < any > ( undefined ) ;
2727 const [ popup , setPopups ] = useState < undefined | string [ ] > ( undefined ) ;
@@ -242,6 +242,7 @@ export const ConnectChannels: FC = () => {
242242 { integration . name }
243243 </ div >
244244 < Menu
245+ mutate = { mutate }
245246 onChange = { update }
246247 id = { integration . id }
247248 canEnable = {
You can’t perform that action at this time.
0 commit comments