mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 17:52:15 +01:00
Add calendar query prefetch
This commit is contained in:
@@ -11,6 +11,7 @@ export function useOrganizationQuery(organizationId: string) {
|
||||
organization: organizationId,
|
||||
},
|
||||
}),
|
||||
staleTime: 1000 * 30,
|
||||
});
|
||||
|
||||
const organization = computed(() => query.data.value?.data);
|
||||
|
||||
Reference in New Issue
Block a user