Commit 0dd3ce62 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Kamil Trzcinski

Fix broken spec

parent e6571ed9
...@@ -26,6 +26,6 @@ $(() => { ...@@ -26,6 +26,6 @@ $(() => {
if (pipelineTableViewEl && pipelineTableViewEl.dataset.disableInitialization === undefined) { if (pipelineTableViewEl && pipelineTableViewEl.dataset.disableInitialization === undefined) {
gl.commits.pipelines.PipelinesTableBundle = new CommitPipelinesTable().$mount(); gl.commits.pipelines.PipelinesTableBundle = new CommitPipelinesTable().$mount();
document.querySelector('#commit-pipeline-table-view').appendChild(this.pipelinesTableBundle.$el); document.querySelector('#commit-pipeline-table-view').appendChild(gl.commits.pipelines.PipelinesTableBundle.$el);
} }
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment