From 8a5f7bac0273126044da4af1fe0a08884a622108 Mon Sep 17 00:00:00 2001 From: minnakt Date: Wed, 4 Oct 2023 11:13:06 -0400 Subject: [PATCH] oops don't need this prop anymore --- src/components/Buttons/LoadingButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (