Skip to content

Commit

Permalink
fix: concept datatype request
Browse files Browse the repository at this point in the history
  • Loading branch information
StuCM authored and philtweir committed Jan 11, 2025
1 parent c44c6b5 commit 346fe4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arches/app/media/js/views/components/datatypes/concept.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ define([
if (arches.conceptCollections.length === 0) {
$.ajax({
url: arches.urls.get_concept_collections,
type: 'json'
type: 'GET',
datatType: 'json'
}).done(function(data){
arches.conceptCollections = data;
self.conceptCollections(data);
Expand Down

0 comments on commit 346fe4f

Please sign in to comment.