Hide select all button because of a bug with payload

This commit is contained in:
DrMint 2024-05-12 13:29:56 +02:00
parent f796de1438
commit 74c5668101
1 changed files with 7 additions and 0 deletions

View File

@ -149,3 +149,10 @@ html[data-theme="light"] {
} }
} }
} }
// The Select all X entries button
// It can lead to accidental deletions. Bring it back when
// https://github.com/payloadcms/payload/issues/6326 is fixed.
button.list-selection__button {
display: none;
}