feat: add billing and organization workflows
This commit is contained in:
@@ -30,7 +30,10 @@ export const load: PageServerLoad = async ({ locals }) => {
|
||||
return {
|
||||
records,
|
||||
options: await loadOptions(activeOrganizationId),
|
||||
archiveForm: await superValidate(zod4(archiveSchema), { id: 'contacts-archive' })
|
||||
archiveForm: await superValidate(zod4(archiveSchema), {
|
||||
id: 'contacts-archive',
|
||||
errors: false
|
||||
})
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user