Commit d6ab412b authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'Update-deprecated-GlIcon-properties-in-changed-file-icon-vue-file' into 'master'

Fix deprecated GlIcon size and property

See merge request gitlab-org/gitlab!63016
parents 16d1887f 33b918eb
...@@ -82,13 +82,7 @@ export default { ...@@ -82,13 +82,7 @@ export default {
data-qa-selector="changed_file_icon_content" data-qa-selector="changed_file_icon_content"
:data-qa-title="tooltipTitle" :data-qa-title="tooltipTitle"
> >
<gl-icon <gl-icon v-if="showIcon" :name="changedIcon" :size="size" :class="changedIconClass" />
v-if="showIcon"
:name="changedIcon"
:size="size"
:class="changedIconClass"
use-deprecated-sizes
/>
</span> </span>
</template> </template>
......
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