We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe368cb commit 4ee7746Copy full SHA for 4ee7746
1 file changed
plugins/airtable/src/Login.tsx
@@ -72,7 +72,7 @@ export function Authenticate({ onAuthenticated }: AuthenticationProps) {
72
<li>Map the table fields to the CMS</li>
73
</ol>
74
75
- <button className="action-button" type="submit">
+ <button className="action-button" type="submit" aria-label={isLoading ? "Logging in" : "Log in"}>
76
{isLoading ? <div className="framer-spinner" /> : "Log In"}
77
</button>
78
</form>
0 commit comments