FIX: Missing actions icon (#453)

This commit is contained in:
Keegan George 2023-03-13 10:45:06 -07:00 committed by GitHub
parent 22000f2a5e
commit 32f6747264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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 = [];