fix: open synastry path after adding other chart

This commit is contained in:
732642856
2026-07-20 17:04:11 +08:00
parent 5579dcd483
commit c92746d97a
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1463,6 +1463,7 @@ export default function Home() {
setAccountError("");
setProfileNotice("已保存到云端星盘库。");
}
await draftSynastryQuestionFromChart(record);
}
async function deleteOtherChart(recordId: string) {