Skip to content
Snippets Groups Projects
Commit 0835fbd3 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska
Browse files

Merge branch 'migrate-button-collapsed-files-inline' into 'master'

Migrate button in inline collapsed files alert

See merge request gitlab-org/gitlab!88304
parents ce34b6bb 0f6909b4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -456,12 +456,7 @@ export default {
<p class="gl-mb-5">
{{ $options.i18n.autoCollapsed }}
</p>
<gl-button
data-testid="expand-button"
category="secondary"
variant="warning"
@click.prevent="handleToggle"
>
<gl-button data-testid="expand-button" @click.prevent="handleToggle">
{{ $options.i18n.expand }}
</gl-button>
</div>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment