Skip to content

Commit

Permalink
Dont close tokens panel unless cancel/quit
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 24, 2024
1 parent 59ed1b9 commit 75cfaaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adminui/frontend/src/components/RegistrationToken.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async function createToken() {
try {
const resp = await createRegistrationToken(newToken.value)
emit('update:isOpen', false)
props.onSuccess?.()
Expand Down

0 comments on commit 75cfaaa

Please sign in to comment.