Skip to content

Commit

Permalink
fix(Breadcrumbs): copy workspace from the breadcrumbs when dataset lo…
Browse files Browse the repository at this point in the history
…ading has errors #1003

see #844

(cherry picked from commit 15b3eb4)
  • Loading branch information
leiyre authored and frascuchon committed Jan 20, 2022
1 parent f4b656a commit 33e372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/core/ReBreadcrumbs.vue
Expand Up @@ -35,7 +35,7 @@
class="breadcrumbs__copy"
href="#"
@click.prevent="
copyToClipboard(breadcrumbs[breadcrumbs.length - 1].name)
copyToClipboard(filteredBreadcrumbs[filteredBreadcrumbs.length - 1].name)
"
>
<svgicon name="copy" width="12" height="13" />
Expand Down

0 comments on commit 33e372d

Please sign in to comment.