Skip to content

Commit

Permalink
fix: errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Dec 28, 2024
1 parent b1223e0 commit c23061d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/components/layout/continue.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const ContinueProvider: FC = () => {
value={{
date: dayjs(),
value: [],
allIntegrations: [],
integration: {
display: '',
time: [{time: 0}],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export const Post: FC<{
children: (
<IntegrationContext.Provider
value={{
allIntegrations: [],
date: dayjs(),
integration,
value: [],
Expand Down

0 comments on commit c23061d

Please sign in to comment.