Skip to content

Commit

Permalink
fix component load
Browse files Browse the repository at this point in the history
  • Loading branch information
Quickcorp committed May 10, 2018
1 parent 8bf9f0c commit 740e8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
};
var _directLoad = function (){
logger.debug('SENDING THE NORMAL AJAX CALL ');
xhr.send(JSON.stringify(service.data));
xhr.send(JSON.stringify(component.data));
};

if (component.cached){
Expand Down

0 comments on commit 740e8fa

Please sign in to comment.