diff --git a/src/components/molecules/Common/AssetModal/AssetListItem/index.stories.tsx b/src/components/molecules/Common/AssetModal/AssetListItem/index.stories.tsx index 3a9b6f111..2af33611b 100644 --- a/src/components/molecules/Common/AssetModal/AssetListItem/index.stories.tsx +++ b/src/components/molecules/Common/AssetModal/AssetListItem/index.stories.tsx @@ -33,7 +33,6 @@ export const CheckedAndSelected: Story = args => ; Image.args = { checked: false, asset: imageAsset, - isImage: true, }; File.args = { @@ -44,6 +43,5 @@ File.args = { CheckedAndSelected.args = { checked: true, asset: imageAsset, - isImage: true, selected: true, };