mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
feat: add shared page empty tip (#2077)
Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
@@ -15,6 +15,9 @@ export const PageListEmpty = (props: { listType?: string }) => {
|
||||
if (listType === 'trash') {
|
||||
return t('emptyTrash');
|
||||
}
|
||||
if (listType === 'shared') {
|
||||
return t('emptySharedPages');
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user