fix(core): select all in page list group header does not need to enable selection (#4869)

This commit is contained in:
Peng Xiao
2023-11-09 20:01:36 +08:00
committed by GitHub
parent 839f500979
commit d0b014543c
5 changed files with 153 additions and 21 deletions
@@ -184,6 +184,7 @@ const PageListFloatingToolbar = ({
onClick={handleMultiDelete}
icon={<DeleteIcon />}
type="danger"
data-testid="page-list-toolbar-delete"
/>
</FloatingToolbar>
);