mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove console.log in frontend ActionsDropdown (#33613)
This commit is contained in:
parent
d43e71160a
commit
8271c5cea7
1 changed files with 0 additions and 1 deletions
|
|
@ -181,7 +181,6 @@ const ActionsDropdown = ({
|
|||
}
|
||||
};
|
||||
|
||||
console.log("variant", variant);
|
||||
const customStyles: StylesConfig<IDropdownOption, false> = {
|
||||
control: (provided, state) => ({
|
||||
...provided,
|
||||
|
|
|
|||
Loading…
Reference in a new issue