This commit is contained in:
Vanessa 2022-10-30 09:52:18 +08:00
parent 18415517bb
commit fc08e01de2
5 changed files with 7 additions and 8 deletions

View file

@ -165,7 +165,7 @@ export const exportLayout = (reload: boolean, cb?: () => void) => {
} else if (cb) {
cb();
}
})
});
});
};