Merge branch 'feat/filesystem_and_search' of https://github.com/toeverything/AFFiNE into feat/filesystem_and_search

This commit is contained in:
tzhangchi
2022-12-23 17:37:12 +08:00
@@ -79,7 +79,11 @@ export const Input = (props: {
} }
} }
}} }}
placeholder={isPublic ? currentWorkspace?.meta.name : 'Quick Search...'} placeholder={
isPublic
? `Search in ${currentWorkspace?.meta.name}`
: 'Quick Search...'
}
/> />
</StyledInputContent> </StyledInputContent>
); );