fix: smtp enable and send test logic

This commit is contained in:
Tristan Yang
2023-06-08 18:24:36 +08:00
parent 5b27cc1800
commit 18fc5e843d
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -108,6 +108,7 @@ export default function useConfig(config: keyof ConfigMap = "smtp") {
}, [values]);
return {
originalValues: originalValue,
updating,
updated,
reset,