feat(redmine 1294487): replaced rowActionNumber by maxVisibleActions … #959
Annotations
3 errors and 1 warning
test:
packages/storybook-pages/src/Pages/AgendaPage/AgendaPage.tsx#L507
Type '{ actions: ({ icon: Element; id: string; label: string; onAction: () => void; } | { color: string; confirmModalProps: { cancelLabel: string; children: string; confirmColor: "red"; confirmLabel: string; onConfirm: (row: ITableData<...>) => void; title: string; }; ... 4 more ...; label: string; })[]; ... 5 more ...; r...' is not assignable to type 'IntrinsicAttributes & ITableProps<IDataItem>'.
|
test:
packages/storybook-pages/src/Pages/BrowsingPage/BrowsingPage.mock.tsx#L173
Type '{ columns: ({ accessorKey: string; header: string; size: number; } | { accessorKey: string; header: string; minSize: number; } | { accessorKey: string; header: string; maxSize: number; minSize: number; })[]; ... 6 more ...; rowCount: number; }' is not assignable to type 'ITableGridViewTableProps<IExampleDataType>'.
|
test
Process completed with exit code 2.
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
|