1
0
Fork 0

Update PostMenu.vue

This commit is contained in:
Shlee 2022-05-14 19:38:55 +09:30 committed by GitHub
parent c2905835fe
commit d93addfb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
});
break;
case 'suspend':
msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
let msg = 'Are you sure you want to suspend the account of ' + username + ' ?';
swal({
title: 'Confirm',
text: msg,