Commit cd52139d authored by Himanshu Kapoor's avatar Himanshu Kapoor

Remove unstaged icon from view

parent f422a13f
......@@ -19,10 +19,6 @@ export default {
type: Array,
required: true,
},
iconName: {
type: String,
required: true,
},
stagedList: {
type: Boolean,
required: false,
......@@ -73,7 +69,6 @@ export default {
<div class="ide-commit-list-container">
<header class="multi-file-commit-panel-header d-flex mb-0">
<div class="d-flex align-items-center flex-fill">
<gl-icon v-once :name="iconName" :size="18" class="gl-mr-3" />
<strong> {{ titleText }} </strong>
<div class="d-flex ml-auto">
<button
......
......@@ -68,7 +68,6 @@ export default {
:active-file-key="activeFileKey"
:empty-state-text="__('There are no changes')"
class="is-first"
icon-name="unstaged"
/>
</template>
<empty-state v-else />
......
---
title: Removes the hamburger icon in the Changes tab in Web IDE
merge_request: 45717
author:
type: fixed
......@@ -16,7 +16,6 @@ describe('Multi-file editor commit sidebar list', () => {
vm = createComponentWithStore(Component, store, {
title: 'Staged',
fileList: [],
iconName: 'staged',
action: 'stageAllChanges',
actionBtnText: 'stage all',
actionBtnIcon: 'history',
......
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