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

@@ -30,6 +30,7 @@
.sourceItem .info {
display: flex;
align-items: center;
z-index: 1;
}
.sourceItem .info .name {
font-weight: 500;
@@ -45,6 +46,7 @@
font-size: 12px;
line-height: 18px;
color: #344054;
z-index: 1;
}
.sourceItem .error {
color: #D92D20;

View File

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