Browse Source

Fix

pull/747/head
Juan Martín Pithod 9 years ago
parent
commit
ac31dc3fc3
  1. 2
      src/block_manager/view/BlocksView.js

2
src/block_manager/view/BlocksView.js

@ -119,7 +119,7 @@ module.exports = Backbone.View.extend({
id: category,
label: category
};
} else if (typeof category == 'object') {
} else if (typeof category === 'object') {
category.id = category.label;
}

Loading…
Cancel
Save