Skip to content

Commit

Permalink
Unhide label in story for Chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Oct 15, 2024
1 parent 57093aa commit 6e885f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const Disabled = (args: ImageInputProps) => (
disabled
loadingLabel="Uploading"
component={(props) => <Avatar {...props} alt="" />}
hideLabel={false}
/>
);

Expand Down

0 comments on commit 6e885f0

Please sign in to comment.