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 1d80731 commit 2ed4cd7Copy full SHA for 2ed4cd7
web/app/components/probeshell/package-config-card.tsx
@@ -30,7 +30,7 @@ export default function PackageConfigCard({
30
31
useEffect(() => {
32
const filteredOptions = (packerConfig ?? []).filter((name) => {
33
- return !name.startsWith("Agent") && !name.toLowerCase().startsWith("xxl");
+ return !name.startsWith("Agent") && !name.toLowerCase().startsWith("xxl") && !name.toLowerCase().endsWith("jar");
34
});
35
36
const mappedOptions = filteredOptions.map((name) => {
0 commit comments