We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315264f commit 756eb20Copy full SHA for 756eb20
1 file changed
app/components/latest-version.tsx
@@ -8,7 +8,7 @@ type Props = {
8
groupId: string;
9
artifactId: string;
10
type?: "release" | "version";
11
- host: "undefinedcreations" | "gradle"
+ host?: "undefinedcreations" | "gradle"
12
};
13
14
export default function LatestVersion({
0 commit comments