Skip to content
Snippets Groups Projects

Move work item dev widget to main body and create MR and branch

8 files
+ 329
10
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -18,7 +18,7 @@ export default {
@@ -18,7 +18,7 @@ export default {
type: Boolean,
type: Boolean,
required: false,
required: false,
default: false,
default: false,
}
},
},
},
computed: {
computed: {
branchName() {
branchName() {
return this.itemContent?.name;
return this.itemContent?.name;
},
},
branchComparePath() {
branchComparePath() {
return this.itemContent?.comparePath;
return this.itemContent?.comparePath;
},
},
},
},
Loading