FIX: Add helper file for compatibility with latest stable plugin

This commit is contained in:
Vinoth Kannan 2019-03-14 09:04:05 +05:30
parent d8c3c82345
commit c395755051

View File

@ -0,0 +1,3 @@
export default Ember.ArrayProxy.extend({
render(topic, renderIcon) {}
}).create({ content: [] });