diff --git a/src/components/Button/Button.tsx b/src/components/Button/Button.tsx index a0d8b459afc..43f7923db74 100644 --- a/src/components/Button/Button.tsx +++ b/src/components/Button/Button.tsx @@ -157,7 +157,8 @@ function Button({ const type = submit ? 'submit' : 'button'; - return url ? ( + // UnstyledLinks cant be disabled so always render a button when disabled + return url && !isDisabled ? ( ', () => { }); describe('disabled', () => { - it('disables the