Skip to content
Snippets Groups Projects
Commit e25054dd authored by Cyrille Bollu's avatar Cyrille Bollu
Browse files

Sometimes the MoveModal window wouldn't show up and an error about

account being undefined shows in the browser console.

This fixes this issue.

This is the same fix as what's done on line 4 of the file changed.

Signed-off-by: default avatarCyrille Bollu <cyr.debian@bollu.be>
parent f6bb7226
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