Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Remove isImage property
Browse files Browse the repository at this point in the history
  • Loading branch information
Basel-Issmail committed Jul 8, 2021
1 parent 671516f commit 003851a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const CheckedAndSelected: Story<Props> = args => <Component {...args} />;
Image.args = {
checked: false,
asset: imageAsset,
isImage: true,
};

File.args = {
Expand All @@ -44,6 +43,5 @@ File.args = {
CheckedAndSelected.args = {
checked: true,
asset: imageAsset,
isImage: true,
selected: true,
};

0 comments on commit 003851a

Please sign in to comment.