Skip to content

✨ feat(i18n): transfrom select options #653

✨ feat(i18n): transfrom select options

✨ feat(i18n): transfrom select options #653

Triggered via push April 27, 2024 11:59
Status Failure
Total duration 1m 28s
Artifacts

verify.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/frontend/components/SchemaForm/_RenderFormInput.tsx#L54
Type 'IColorableSelection[]' is not assignable to type 'ISelectData[]'.
build: src/frontend/components/SchemaForm/_RenderFormInput.tsx#L57
Type 'IColorableSelection[]' is not assignable to type 'ISelectData[]'.
build: src/frontend/components/SchemaForm/_RenderFormInput.tsx#L84
Type 'IColorableSelection[]' is not assignable to type 'ISelectData[]'.
build: src/frontend/design-system/components/Table/filters/Date/_Selection.tsx#L59
Type '{ label: string; value: string; }[]' is not assignable to type 'ISelectData[]'.
build: src/frontend/design-system/components/Table/filters/Date/_Selection.tsx#L74
Type '{ label: string; value: string; }[]' is not assignable to type 'ISelectData[]'.
build: src/frontend/views/Dashboard/Widget/_manage/Form.tsx#L139
Type '{ label: string; value: "table" | "never" | "summary-card"; }[]' is not assignable to type 'ISelectData[]'.
build: src/frontend/views/Dashboard/Widget/_manage/Form.tsx#L153
Type 'ILabelValue[]' is not assignable to type 'ISelectData[]'.
build: src/frontend/views/Dashboard/Widget/_manage/Form.tsx#L190
Type '{ value: "red" | "orange" | "green" | "blue" | "indigo" | "violet" | "brown"; label: "red" | "orange" | "green" | "blue" | "indigo" | "violet" | "brown"; }[]' is not assignable to type 'ISelectData[]'.
build: src/frontend/views/data/Table/useTableColumns.tsx#L95
Type 'IColorableSelection[]' is not assignable to type 'ISystemStatusForDisplay[]'.
build: src/frontend/views/entity/Fields/FieldsType.form.tsx#L129
Type '{ label: "number" | "boolean" | "password" | "selection" | "selection-enum" | "email" | "text" | "textarea" | "richtext" | "url" | "json" | "reference" | "file" | "image" | "datetime-local" | "color"; value: "number" | ... 14 more ... | "color"; order: number; }[]' is not assignable to type 'ISelectData[]'.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.