1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

fixed typo

This commit is contained in:
Harvey Kandola 2017-01-22 15:45:43 -08:00
parent b5a595e305
commit 20e8472d6b
2 changed files with 603 additions and 603 deletions

View file

@ -171,7 +171,7 @@ export default Ember.Component.extend(TooltipMixin, {
onCopyPage(page) {
// can't proceed if no data
if (this.get('documentList'.length) === 0) {
if (this.get('documentList.length') === 0) {
return;
}