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 2eaa139 commit 759d5eaCopy full SHA for 759d5ea
src/components/common/GitInfoMaterial.tsx
@@ -381,10 +381,6 @@ export default function GitInfoMaterial({
381
}
382
383
if (currentSidebarTab === CIMaterialSidebarType.PARAMETERS) {
384
- if (!RuntimeParameters || isJobView) {
385
- return null
386
- }
387
-
388
return (
389
<RuntimeParameters
390
heading={getRuntimeParametersHeading()}
0 commit comments