refactor: Dynamic Data Table Misc Fixes & Improvements #5263
Annotations
2 errors and 1 warning
ci:
src/components/CIPipelineN/VariableDataTable/utils.tsx#L286
Type '{ type: DynamicDataTableRowDataType.SELECT_TEXT; value: string; props: { placeholder: string; options: { label: string; options: any[]; }[]; isCreatable: boolean; icon: JSX.Element; }; }' is not assignable to type '{ value: string; disabled?: boolean; required?: boolean; tooltip?: Partial<Pick<TooltipProps, "className" | "content">>; } & ({ type: DynamicDataTableRowDataType.TEXT; props: Omit<...>; } | { ...; } | { ...; } | { ...; } | { ...; })'.
|
ci
Process completed with exit code 2.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|