FIX: Missing actions icon (#453)
This commit is contained in:
parent
22000f2a5e
commit
32f6747264
|
@ -5,9 +5,13 @@ import { action } from "@ember/object";
|
|||
export default DropdownSelectBoxComponent.extend({
|
||||
classNames: ["assign-actions-dropdown"],
|
||||
headerIcon: null,
|
||||
title: "...",
|
||||
allowInitialValueMutation: false,
|
||||
showFullTitle: true,
|
||||
selectKitOptions: {
|
||||
icon: null,
|
||||
translatedNone: "...",
|
||||
showFullTitle: true,
|
||||
},
|
||||
|
||||
computeContent() {
|
||||
let options = [];
|
||||
|
|
Loading…
Reference in New Issue