Skip to content
Snippets Groups Projects

Hide file browser and display options from empty state changes tab

All threads resolved!
Compare and Show latest version
4 files
+ 15
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -217,7 +217,7 @@ export default {
@@ -217,7 +217,7 @@ export default {
return visible;
return visible;
},
},
showControls() {
showControls() {
return !this.commit && this.mergeRequestDiffs.length;
return this.mergeRequestDiffs.length;
},
},
},
},
watch: {
watch: {
Loading