Refactor OrganizationForm component and related store #84
Annotations
3 errors and 1 warning
deploy:
src/components/lists/EmployeeList.vue#L14
Property 'organizationPage' does not exist on type 'Store<"employeeStore", _UnwrapAll<Pick<{ apiViewResponse: Ref<{ actions: { caption: string; }[]; viewData: { count: number; pageNum: number; maxPage: number; pageSize: number; entries: any[]; }; } | null>; fetchEmployees: (page?: number, pageSize?: number) => Promise<...>; fetchEmployee: (employeeId: string) => Prom...'.
|
deploy:
src/stores/projectStore.ts#L14
Property 'payload' does not exist on type '{ docData: Record<string, any>; actions: any[]; }'.
|
deploy
Process completed with exit code 2.
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|