0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Use group full name in wizard selector

Dieser Commit ist enthalten in:
Angus McLeod 2020-04-16 09:10:39 +10:00
Ursprung db16c9692b
Commit 3e350ac3dd

Datei anzeigen

@ -10,7 +10,7 @@ export default ComboBox.extend({
}).map(g => {
return {
id: g.id,
name: g.name
name: g.full_name
}
});
})