UX: Don't use a chevron when a dropdown is just an icon
This commit is contained in:
parent
2493648f9c
commit
ff2e8c1a51
|
@ -15,6 +15,6 @@ export default NotificationOptionsComponent.extend({
|
|||
|
||||
@computed("iconForSelectedDetails")
|
||||
headerIcon(iconForSelectedDetails) {
|
||||
return [iconForSelectedDetails, "caret-down"];
|
||||
return [iconForSelectedDetails];
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue