Commit 9a6627f8 authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Phil Hughes

Fix "Delete Selected" button after uploading designs after a deletion

parent b72e54f5
---
title: Fix Delete Selected button being active after uploading designs after a deletion
merge_request: 22516
author:
type: fixed
......@@ -195,7 +195,7 @@ export default {
<header v-if="showToolbar" class="row-content-block border-top-0 p-2 d-flex">
<div class="d-flex justify-content-between align-items-center w-100">
<design-version-dropdown />
<div v-if="hasDesigns" class="d-flex qa-selector-toolbar">
<div v-show="hasDesigns" class="d-flex qa-selector-toolbar">
<gl-button
v-if="isLatestVersion"
variant="link"
......
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