summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-16 18:15:18 +0000
committerGerrit Code Review <review@openstack.org>2022-09-16 18:15:18 +0000
commitc260063243b4605a9efa79d8d360a592d690d83a (patch)
treec2cd5fd84b527ff9a0b940c3ef694c11a20c6d80
parentcd36abbe7fa0d7189aca8f92463bd404b63a329e (diff)
parent50b6bf05702d5319b53bd7f14b643bacc9d581ce (diff)
downloadzuul-c260063243b4605a9efa79d8d360a592d690d83a.tar.gz
Merge "web: build/autohold: fix props input"
-rw-r--r--web/src/containers/build/Build.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/containers/build/Build.jsx b/web/src/containers/build/Build.jsx
index 80d0c1b8b..7acfa5887 100644
--- a/web/src/containers/build/Build.jsx
+++ b/web/src/containers/build/Build.jsx
@@ -273,7 +273,7 @@ function Build({ build, tenant, timezone, user }) {
{<AutoholdModal
showAutoholdModal={showAutoholdModal}
setShowAutoholdModal={setShowAutoholdModal}
- change={change}
+ change={String(change)}
changeRef={ref}
project={project}
jobName={job_name}