mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 19:40:30 +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>
|
</StyledInputContent>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user