FIX: unhandle show report action

This commit is contained in:
Erick Guan
2015-05-15 00:53:33 +08:00
parent 635b31af7b
commit 2c09e97ca0
9 changed files with 79 additions and 69 deletions

View File

@ -1,3 +1,3 @@
export default Ember.Component.extend({
tagName: 'tbody'
tagName: 'tr'
});