diff --git a/src/components/Buttons/LoadingButton.tsx b/src/components/Buttons/LoadingButton.tsx index 189207d596..e4443df704 100644 --- a/src/components/Buttons/LoadingButton.tsx +++ b/src/components/Buttons/LoadingButton.tsx @@ -10,7 +10,7 @@ type Props = Omit & { export const LoadingButton: ExtendableBox< Props & { ref?: React.Ref }, "button" -> = forwardRef(({ leftGlyph, loading = false, ...rest }: Props, ref) => ( +> = forwardRef(({ loading = false, ...rest }: Props, ref) => (