Commit b068d399 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Fix typo in getVueFileListLfsBadge.query.graphql

We import GQL query in
app/assets/javascripts/repository/components/tree_content.vue:8
as getVueFileListLfsBadge but GQL file has 'getProjectShortPath'
which looks like a typo.
parent beabd19f
query getProjectShortPath { query getVueFileListLfsBadge {
vueFileListLfsBadge @client vueFileListLfsBadge @client
} }
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