fix: errors
This commit is contained in:
parent
b1223e007f
commit
c23061d793
|
|
@ -81,6 +81,7 @@ export const ContinueProvider: FC = () => {
|
|||
value={{
|
||||
date: dayjs(),
|
||||
value: [],
|
||||
allIntegrations: [],
|
||||
integration: {
|
||||
display: '',
|
||||
time: [{time: 0}],
|
||||
|
|
|
|||
|
|
@ -282,6 +282,7 @@ export const Post: FC<{
|
|||
children: (
|
||||
<IntegrationContext.Provider
|
||||
value={{
|
||||
allIntegrations: [],
|
||||
date: dayjs(),
|
||||
integration,
|
||||
value: [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue