mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 04:56:06 +08:00
FIX: showing icons on future-date-input options (#16527)
This commit is contained in:
parent
e5fb884695
commit
e8f8a7fc91
|
@ -42,6 +42,7 @@ export default ComboBoxComponent.extend({
|
|||
name: I18n.t(tf.label),
|
||||
time: tf.time,
|
||||
timeFormatted: tf.timeFormatted,
|
||||
icon: tf.icon,
|
||||
};
|
||||
});
|
||||
}),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{#if item.icons}}
|
||||
{{#if item.icon}}
|
||||
<div class="future-date-input-selector-icons">
|
||||
{{d-icon item.icon}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user