This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update mailing setting page, keep 7th
develop
MSI\2Fi
4 months ago
parent
f69b3269a9
commit
9d8f721478
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
src/components/MailSetting/MailSetting.tsx
+ 4
- 4
src/components/MailSetting/MailSetting.tsx
View File
@@ -93,12 +93,12 @@ const MailSetting: React.FC<Props> = ({
if (test) {
let msg = ""
try {
msg = "testEveryone"
await testEveryone()
//
msg = "testEveryone"
//
await testEveryone()
msg = "test7th"
await test7th()
msg = "test15th"
await test15th()
//
msg = "test15th"
//
await test15th()
} catch (error) {
console.log(error)
console.log(msg)
Write
Preview
Loading…
Cancel
Save