We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9014f71 commit 9940b8eCopy full SHA for 9940b8e
client/common/Button.tsx
@@ -92,7 +92,6 @@ export interface ButtonProps extends React.HTMLAttributes<HTMLElement> {
92
* but React will automatically convert a boolean prop to the correct string value.
93
*/
94
focusable?: boolean;
95
- label?: string;
96
}
97
98
interface StyledButtonProps extends ButtonProps {
client/modules/User/components/APIKeyForm.tsx
@@ -69,7 +69,7 @@ export const APIKeyForm = () => {
69
<Button
70
disabled={keyLabel === ''}
71
iconBefore={<PlusIcon />}
72
- label="Create new key"
+ aria-label="Create new key"
73
type={ButtonTypes.SUBMIT}
74
>
75
{t('APIKeyForm.CreateTokenSubmit')}
0 commit comments