Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typescript complaints about tabIndex #289

Merged
merged 3 commits into from
Mar 7, 2024

Conversation

Arnei
Copy link
Member

@Arnei Arnei commented Feb 9, 2024

The react type definitions for the tabIndex prop want tabIndex to be a number, but we're using strings. This changes it so we use numbers. This should not change behaviour as technically using strings for tabIndex is fine, this is just to appease typescript.

The react type definitions for the tabIndex prop want
tabIndex to be a number, but we're using strings. This
changes it so we use numbers. This should not change
behaviour as technically using strings for tabIndex is
fine, this is just to appease typescript.
@Arnei Arnei added the type:code-enhancement Internal improvements to the codebase label Feb 9, 2024
Copy link
Contributor

@owi92 owi92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't see any issue with this change. And for once, glancing over the code, there really shouldn't be.
This is the last comment of my "approval bombing".
(See #242 (review) for more info on these approvals)

Copy link
Contributor

github-actions bot commented Mar 4, 2024

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@Arnei Arnei merged commit 5583f3e into opencast:admin-ui-picard Mar 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:code-enhancement Internal improvements to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants