Fix: stop embedding status display (#523)

This commit is contained in:
KVOJJJin
2023-07-06 10:51:30 +08:00
committed by GitHub
parent 2b94545190
commit d143284d99
5 changed files with 6 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ const StepOne = ({
setCurrentFile(file)
}
const hideFilePreview = () => {
setCurrentNotionPage(undefined)
setCurrentFile(undefined)
}
const updateCurrentPage = (page: Page) => {