Skip to content
Snippets Groups Projects
Unverified Commit 5f29a571 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #4288 from nextcloud/fix/fix-account-undefined-in-MoveModal

Sometimes the MoveModal window wouldn't show up
parents eda356f3 e25054dd
No related branches found
No related tags found
No related merge requests found
<template>
<router-link
v-draggable-envelope="{
accountId: data.accountId ? data.accountId : mailbox.accountId,
accountId: data.accountId ?? mailbox.accountId,
mailboxId: data.mailboxId,
envelopeId: data.databaseId,
draggableLabel: `${data.subject} (${data.from[0].label})`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment