Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
wayne.lee
/
tsms
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
2
Wiki
Activité
Parcourir la source
update mailing setting page, keep 7th
develop
MSI\2Fi
il y a 4 mois
Parent
f69b3269a9
révision
9d8f721478
1 fichiers modifiés
avec
4 ajouts
et
4 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+4
-4
src/components/MailSetting/MailSetting.tsx
+ 4
- 4
src/components/MailSetting/MailSetting.tsx
Voir le fichier
@@ -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)
Écrire
Aperçu
Chargement…
Annuler
Enregistrer