Skip to content

fix(table): mark onClick as required in TableAction #1242

fix(table): mark onClick as required in TableAction

fix(table): mark onClick as required in TableAction #1242

Triggered via push October 3, 2023 02:53
Status Failure
Total duration 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test (18): lib/components/STableHeader.vue#L48
Argument of type '{ actions: { label: string; onClick: (() => void) | undefined; type: string; }[]; }' is not assignable to parameter of type '{ key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; onVnodeBeforeMount?: VNodeMountHook | VNodeMountHook[] | undefined; ... 7 more ...; readonly actions: TableAction[]; } & Record<...>'.
test (18)
Process completed with exit code 1.