Skip to content

Commit db54d3d

Browse files
committed
Load queryables for Collections and Items only where applicable
1 parent 0ff532b commit db54d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SearchFilter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export default {
325325
},
326326
created() {
327327
let promises = [];
328-
if (this.cql && this.stac) {
328+
if (this.cql && this.stac && this.type !== 'Collections') {
329329
let queryableLink = this.findQueryableLink(this.stac.links);
330330
promises.push(
331331
this.loadQueryables(queryableLink)

0 commit comments

Comments
 (0)