Skip to content

Commit

Permalink
Set preview button id
Browse files Browse the repository at this point in the history
  • Loading branch information
danloa committed Sep 11, 2023
1 parent 08c7b37 commit 743385d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/crown/crownButtons/previewButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
v-if="node.isBpmnType(...validPreviewElements)"
:title="$t('Preview')"
role="menuitem"
id="delete-button"
id="preview-button"
aria-label="Preview"
@click="preview()"
v-b-tooltip.hover.viewport.d50="{ customClass: 'no-pointer-events' }"
Expand Down

0 comments on commit 743385d

Please sign in to comment.