FIX: Missing actions icon

This commit is contained in:
Keegan George 2023-03-13 09:26:05 -07:00
parent 22000f2a5e
commit 6bd8931023
No known key found for this signature in database
GPG Key ID: 91B40E38537AC000
1 changed files with 5 additions and 1 deletions

View File

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