mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
Merge branch 'feat/filesystem_and_search' of https://github.com/toeverything/AFFiNE into feat/filesystem_and_search
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user