diff options
-rw-r--r-- | app/views/import/_githubish_status.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/_githubish_status.html.haml b/app/views/import/_githubish_status.html.haml index 0f641352e99..f0d1e837317 100644 --- a/app/views/import/_githubish_status.html.haml +++ b/app/views/import/_githubish_status.html.haml @@ -53,4 +53,4 @@ .js-importer-status{ data: { jobs_import_path: url_for([:jobs, :import, provider]), import_path: url_for([:import, provider]), - ci_cd_only: has_ci_cd_only_params? } } + ci_cd_only: has_ci_cd_only_params?.to_s } } |