Skip to content

Commit

Permalink
1.fix default component property
Browse files Browse the repository at this point in the history
  • Loading branch information
cwangsmv committed Nov 26, 2024
1 parent 5462a5b commit d8d314c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/components/base/prompt-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const PromptButton = <T, >({
title,
className,
fullWidth = false,
ariaLabel = '',
ariaLabel,
children,
referToOnClickReturnValue = false,
}: PropsWithChildren<Props<T>>) => {
Expand Down

0 comments on commit d8d314c

Please sign in to comment.