File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
apps/frontend/src/components/launches/providers Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export const withProvider = function <T extends object>(
101101 show : boolean ;
102102 } ) => {
103103 const existingData = useExistingData ( ) ;
104- const { integration, date } = useIntegration ( ) ;
104+ const { allIntegrations , integration, date } = useIntegration ( ) ;
105105 const [ showLinkedinPopUp , setShowLinkedinPopUp ] = useState < any > ( false ) ;
106106 const [ uploading , setUploading ] = useState ( false ) ;
107107 const fetch = useFetch ( ) ;
@@ -535,6 +535,7 @@ export const withProvider = function <T extends object>(
535535 < div className = "mt-[20px] flex flex-col items-center" >
536536 < IntegrationContext . Provider
537537 value = { {
538+ allIntegrations,
538539 date,
539540 value : editInPlace ? InPlaceValue : props . value ,
540541 integration,
You can’t perform that action at this time.
0 commit comments