Skip to content

Commit

Permalink
Fix Commons category preview (#140)
Browse files Browse the repository at this point in the history
Closes #139
  • Loading branch information
wetneb authored Oct 1, 2024
1 parent b6a1120 commit 2efdae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/scripts/index/commons-importing-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Refine.CommonsImportingController.prototype._getPreviewData = function(callback,
result.rowModel = data;
callback(result);
},
"jsonp"
"json"
);
},
"json"
Expand Down

0 comments on commit 2efdae9

Please sign in to comment.