diff --git a/client/app/components/ParameterValueInput.jsx b/client/app/components/ParameterValueInput.jsx
index 0aa2b56abd..01f0fdbec8 100644
--- a/client/app/components/ParameterValueInput.jsx
+++ b/client/app/components/ParameterValueInput.jsx
@@ -145,7 +145,7 @@ export class ParameterValueInput extends React.Component {
onSelect(event.target.value)}
/>
);
}
@@ -170,12 +170,12 @@ export class ParameterValueInput extends React.Component {
export default function init(ngModule) {
ngModule.component('parameterValueInput', {
template: `
-
`,
bindings: {