mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Current title wasn't visible when assigning badge title
This commit is contained in:
committed by
Gerhard Schlager
parent
52be3c131d
commit
1959745c2c
@@ -13,6 +13,7 @@ componentTest("badge title", {
|
||||
this.set("subject", selectKit());
|
||||
this.set("selectableUserBadges", [
|
||||
EmberObject.create({
|
||||
id: 0,
|
||||
badge: { name: "(none)" }
|
||||
}),
|
||||
EmberObject.create({
|
||||
|
||||
Reference in New Issue
Block a user