Implement real API calls, update forms and lists, add PositionList co… #92
Annotations
6 errors and 1 warning
src/components/forms/EmployeeForm.vue#L67
'computed' is declared but its value is never read.
|
src/components/forms/ProjectForm.vue#L181
'index' is declared but its value is never read.
|
src/components/lists/EmployeeList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
src/components/lists/OrganizationsList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
src/components/lists/PositionList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading