Commit 3c395dda authored by Phil Hughes's avatar Phil Hughes

Merge branch...

Merge branch '118627-delete-selected-button-is-incorrectly-active-after-uploading-designs-immediately-after-a' into 'master'

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

See merge request gitlab-org/gitlab!22516
parents b72e54f5 9a6627f8
---
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 { ...@@ -195,7 +195,7 @@ export default {
<header v-if="showToolbar" class="row-content-block border-top-0 p-2 d-flex"> <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"> <div class="d-flex justify-content-between align-items-center w-100">
<design-version-dropdown /> <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 <gl-button
v-if="isLatestVersion" v-if="isLatestVersion"
variant="link" 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