Commit 8bac0bbb authored by Tim Zallmann's avatar Tim Zallmann

Fixed Conflicts in repo_file + repo_tab

parent d6b037c9
......@@ -13,10 +13,7 @@
components: {
skeletonLoadingContainer,
newDropdown,
<<<<<<< HEAD
fileStatusIcon,
=======
>>>>>>> upstream/master
fileIcon,
},
props: {
......@@ -107,9 +104,9 @@
>
</file-icon>
{{ file.name }}
<fileStatusIcon
<file-status-icon
:file="file">
</fileStatusIcon>
</file-status-icon>
</a>
<new-dropdown
v-if="isTree"
......
<script>
import { mapActions } from 'vuex';
<<<<<<< HEAD
import fileStatusIcon from './repo_file_status_icon.vue';
=======
>>>>>>> upstream/master
import fileIcon from '../../vue_shared/components/file_icon.vue';
export default {
......@@ -13,18 +10,10 @@ export default {
required: true,
},
},
<<<<<<< HEAD
components: {
fileStatusIcon,
fileIcon,
},
=======
components: {
fileIcon,
},
>>>>>>> upstream/master
computed: {
closeLabel() {
if (this.tab.changed || this.tab.tempFile) {
......
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