Commit 7bb8977e authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken empty tab state

parent e734c5cd
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
return stateMap.tableList; return stateMap.tableList;
} }
if (this.hasGitlabCi) { if ((this.scope !== 'all' && this.scope !== null) || this.hasGitlabCi) {
return stateMap.emptyTab; return stateMap.emptyTab;
} }
......
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