Hide select all button because of a bug with payload
This commit is contained in:
parent
f796de1438
commit
74c5668101
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue