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;