Merge branch 'query-builder' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into query-builder

This commit is contained in:
Inga Kirschnick
2023-10-09 15:42:10 +02:00
18 changed files with 59 additions and 46 deletions

View File

@ -75,7 +75,7 @@ class CorpusAnalysisStaticVisualization {
getStopwords() {
this.data.promises.getStopwords = new Promise((resolve, reject) => {
Requestscorpora.entity.getStopwords()
Requests.corpora.entity.getStopwords()
.then((response) => {
response.json()
.then((json) => {