Skip to content

Commit

Permalink
feat(InputFile): remove unused inputSize prop
Browse files Browse the repository at this point in the history
This prop is not used anywhere across the repository.

BREAKING CHANGE: This prop is not used anywhere across the repository.
It is no longer implemented.
  • Loading branch information
sarkaaa committed Dec 16, 2024
1 parent 0084287 commit 8170156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/orbit-components/src/InputFile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ const InputFile = React.forwardRef<HTMLDivElement, Props>((props, ref) => {
help={help}
error={error}
helpClosable={helpClosable}
inputSize="normal"
referenceElement={labelRef}
shown={shown}
onShown={setTooltipShown}
Expand Down

0 comments on commit 8170156

Please sign in to comment.