Fix calendar page without account (#7256)
More details in this PR https://github.com/twentyhq/twenty/pull/7202 We(I) forgot to fix on the calendar page.
This commit is contained in:
@ -45,6 +45,7 @@ export const SettingsAccountsCalendarChannelsContainer = () => {
|
|||||||
in: accounts.map((account) => account.id),
|
in: accounts.map((account) => account.id),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
skip: !accounts.length,
|
||||||
});
|
});
|
||||||
|
|
||||||
const tabs = [
|
const tabs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user