Skip to content

Commit c23061d

Browse files
committed
fix: errors
1 parent b1223e0 commit c23061d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/frontend/src/components/layout/continue.provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const ContinueProvider: FC = () => {
8181
value={{
8282
date: dayjs(),
8383
value: [],
84+
allIntegrations: [],
8485
integration: {
8586
display: '',
8687
time: [{time: 0}],

apps/frontend/src/components/marketplace/special.message.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ export const Post: FC<{
282282
children: (
283283
<IntegrationContext.Provider
284284
value={{
285+
allIntegrations: [],
285286
date: dayjs(),
286287
integration,
287288
value: [],

0 commit comments

Comments
 (0)