Skip to content

Commit

Permalink
Fix API loader
Browse files Browse the repository at this point in the history
  • Loading branch information
lanets committed Nov 11, 2019
1 parent 3484e7a commit 209774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const node = document.getElementById('root');

if (node) {

loader()
loader({})
.then(() => {

ReactDOM.render(<PrismaCms
Expand Down

0 comments on commit 209774a

Please sign in to comment.