mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
fix(core): select all in page list group header does not need to enable selection (#4869)
This commit is contained in:
@@ -184,6 +184,7 @@ const PageListFloatingToolbar = ({
|
||||
onClick={handleMultiDelete}
|
||||
icon={<DeleteIcon />}
|
||||
type="danger"
|
||||
data-testid="page-list-toolbar-delete"
|
||||
/>
|
||||
</FloatingToolbar>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user