• Himanshu Kapoor's avatar
    Remove redundant getter `hasChanges` · defca52a
    Himanshu Kapoor authored
    There is already a getter `someUncommitedChanges` that does the same
    job, so replace it with that.
    
    Also turns out that `repo_tabs.vue` doesn't really use the properties
    `hasChanges` and `mergeRequestId` it takes in, so that resulted in a lot
    of dead code removal.
    defca52a
form.vue 5.46 KB