mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
fixed typo
This commit is contained in:
parent
b5a595e305
commit
20e8472d6b
2 changed files with 603 additions and 603 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue