This commit is contained in:
Gabe
2025-07-03 18:08:49 +08:00
parent b2a1309caa
commit 42c7dae495
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ export default function Popup({ setShowPopup, translator: tran }) {
};
const handleTransToggle = async (e) => {
console.log({ tran });
try {
setRule({ ...rule, transOpen: e.target.checked ? "true" : "false" });