mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-28 19:02:03 +08:00
fix: UI senderEnabled not changed when open modal (#116)
This commit is contained in:
@@ -125,7 +125,8 @@ const columns = [
|
||||
onClick: () => {
|
||||
showModal.value = true;
|
||||
curRow.value = row;
|
||||
senderBalance.value = row.balance
|
||||
senderEnabled.value = row.enabled ? true : false;
|
||||
senderBalance.value = row.balance;
|
||||
}
|
||||
},
|
||||
{ default: () => t('modify') }
|
||||
|
||||
Reference in New Issue
Block a user