Better style for add all button
This commit is contained in:
parent
8ff157ea60
commit
9fe81f7bb9
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ const AvailableItems = () => {
|
|||
<summary style={{ cursor: "pointer" }}>
|
||||
{groupId}{" "}
|
||||
<span
|
||||
style={{ fontSize: "0.6em" }}
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
addItems(groupId);
|
||||
|
|
Loading…
Reference in a new issue