Remove console.log in frontend ActionsDropdown (#33613)

This commit is contained in:
Zach Wasserman 2025-09-29 18:50:17 -07:00 committed by GitHub
parent d43e71160a
commit 8271c5cea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,7 +181,6 @@ const ActionsDropdown = ({
}
};
console.log("variant", variant);
const customStyles: StylesConfig<IDropdownOption, false> = {
control: (provided, state) => ({
...provided,