1
0
Fork 0
Dieser Commit ist enthalten in:
Angus McLeod 2019-07-02 16:52:47 +10:00
Ursprung 49c6456b87
Commit 8aeb3fb32d

Datei anzeigen

@ -29,7 +29,7 @@ export default Ember.Component.extend({
if (a.type === 'route_to' && a.code) { if (a.type === 'route_to' && a.code) {
content.push(Ember.Object.create({ content.push(Ember.Object.create({
id: a.code, id: a.code,
label: "Route To Code" label: "code (Route To)"
})); }));
} }
}); });