Commit 6b684ab5 authored by Ruben Meza's avatar Ruben Meza

Add title with the file name to file_row component

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/343631

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/75934
parent f4a90915
...@@ -146,6 +146,7 @@ export default { ...@@ -146,6 +146,7 @@ export default {
ref="textOutput" ref="textOutput"
:style="levelIndentation" :style="levelIndentation"
class="file-row-name" class="file-row-name"
:title="file.name"
data-qa-selector="file_name_content" data-qa-selector="file_name_content"
:data-qa-file-name="file.name" :data-qa-file-name="file.name"
data-testid="file-row-name-container" data-testid="file-row-name-container"
......
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