Fix missing Field component and dropdown styling on beta (#907)

This commit is contained in:
AAGaming
2026-05-15 00:09:13 -04:00
committed by GitHub
parent d31c2bf034
commit 511dd121bd
3 changed files with 8 additions and 8 deletions
@@ -66,9 +66,9 @@ export default function TestingVersionList() {
if (testingVersions.length === 0) {
return (
<div>
<DialogBody>
<p>No open PRs found</p>
</div>
</DialogBody>
);
}