Skip to content

Commit

Permalink
[Button] Remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
laurkim committed Mar 26, 2024
1 parent 4397dbc commit 201d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris-react/src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export function Button({
dataPrimaryLink,
tone,
variant = 'secondary',
viewTransition = false,
viewTransition,
}: ButtonProps) {
const i18n = useI18n();
const isDisabled = disabled || loading;
Expand Down

0 comments on commit 201d240

Please sign in to comment.