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({
|
export default DropdownSelectBoxComponent.extend({
|
||||||
classNames: ["assign-actions-dropdown"],
|
classNames: ["assign-actions-dropdown"],
|
||||||
headerIcon: null,
|
headerIcon: null,
|
||||||
title: "...",
|
|
||||||
allowInitialValueMutation: false,
|
allowInitialValueMutation: false,
|
||||||
showFullTitle: true,
|
showFullTitle: true,
|
||||||
|
selectKitOptions: {
|
||||||
|
icon: null,
|
||||||
|
translatedNone: "...",
|
||||||
|
showFullTitle: true,
|
||||||
|
},
|
||||||
|
|
||||||
computeContent() {
|
computeContent() {
|
||||||
let options = [];
|
let options = [];
|
||||||
|
|
Loading…
Reference in New Issue