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 = () => {
82
82
date : dayjs ( ) ,
83
83
value : [ ] ,
84
84
integration : {
85
+ time : [ { time : 0 } ] ,
85
86
id : continueId ,
86
87
type : '' ,
87
88
name : '' ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { useVariables } from '@gitroom/react/helpers/variable.context';
21
21
22
22
export const ConnectChannels : FC = ( ) => {
23
23
const fetch = useFetch ( ) ;
24
- const { isGeneral} = useVariables ( ) ;
24
+ const { isGeneral } = useVariables ( ) ;
25
25
const router = useRouter ( ) ;
26
26
const [ identifier , setIdentifier ] = useState < any > ( undefined ) ;
27
27
const [ popup , setPopups ] = useState < undefined | string [ ] > ( undefined ) ;
@@ -242,6 +242,7 @@ export const ConnectChannels: FC = () => {
242
242
{ integration . name }
243
243
</ div >
244
244
< Menu
245
+ mutate = { mutate }
245
246
onChange = { update }
246
247
id = { integration . id }
247
248
canEnable = {
You can’t perform that action at this time.
0 commit comments