mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
True should be a string to display properly in aria-haspopup
This commit is contained in:
@@ -18,7 +18,7 @@ export default Ember.Component.extend({
|
||||
|
||||
isNone: Ember.computed.none("computedContent.value"),
|
||||
|
||||
ariaHasPopup: true,
|
||||
ariaHasPopup: "true",
|
||||
|
||||
ariaLabel: Ember.computed.or("computedContent.ariaLabel", "sanitizedTitle"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user