Skip to content
Snippets Groups Projects
Commit 955a8554 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Merge branch 'Issue/3040-closeTokenWindowWithXButton' into 'dev'

Fix: Close token window with x button does not work (coscine/issues#3040)

See merge request !510
parents 8b0fd188 1a8c45b0
Branches Issue/3093-moreInformationInTheDeletionEmails
No related tags found
2 merge requests!514merge dev into main,!510Fix: Close token window with x button does not work (coscine/issues#3040)
Pipeline #1737674 failed
......@@ -3,7 +3,7 @@
:model-value="modelValue"
:title="title"
:hide-footer="true"
@update:modelValue="$emit('update:modelValue', modelValue)"
@update:modelValue="$emit('update:modelValue', $event)"
@hidden="hideModal"
>
<div class="v_gapped_container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment