FIX: showing icons on future-date-input options (#16527)

This commit is contained in:
Andrei Prigorshnev 2022-04-21 18:13:45 +04:00 committed by GitHub
parent e5fb884695
commit e8f8a7fc91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ export default ComboBoxComponent.extend({
name: I18n.t(tf.label), name: I18n.t(tf.label),
time: tf.time, time: tf.time,
timeFormatted: tf.timeFormatted, timeFormatted: tf.timeFormatted,
icon: tf.icon,
}; };
}); });
}), }),

View File

@ -1,4 +1,4 @@
{{#if item.icons}} {{#if item.icon}}
<div class="future-date-input-selector-icons"> <div class="future-date-input-selector-icons">
{{d-icon item.icon}} {{d-icon item.icon}}
</div> </div>