From 1463127158dc009d06e90418cf95482a8f854d30 Mon Sep 17 00:00:00 2001 From: Antoine SUBRA Date: Mon, 12 Aug 2024 10:16:16 +0200 Subject: [PATCH] fix(redmine 1306613): fixed lint error --- .../haring-react/src/Components/ActionList/ActionList.mock.tsx | 1 - packages/haring-react/src/types/thumbnail.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/haring-react/src/Components/ActionList/ActionList.mock.tsx b/packages/haring-react/src/Components/ActionList/ActionList.mock.tsx index c459b7e0..fe48eaf6 100644 --- a/packages/haring-react/src/Components/ActionList/ActionList.mock.tsx +++ b/packages/haring-react/src/Components/ActionList/ActionList.mock.tsx @@ -7,7 +7,6 @@ import { action } from '@storybook/addon-actions'; export const actionRowOverflowActionsMock: IThumbnailAction[] = [ { - ariaLabel: 'move in tree', icon: , id: 'move', isItemAction: false, diff --git a/packages/haring-react/src/types/thumbnail.ts b/packages/haring-react/src/types/thumbnail.ts index 6079792d..d0a2cb83 100644 --- a/packages/haring-react/src/types/thumbnail.ts +++ b/packages/haring-react/src/types/thumbnail.ts @@ -1,7 +1,6 @@ import type { IAction } from '@smile/haring-react-shared'; export interface IThumbnail extends Record { - ariaLabel?: string; iconType?: string; id: number | string; image?: string;