We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061cf59 commit 68e9f1aCopy full SHA for 68e9f1a
components/taleez/sources/new-job-listed/new-job-listed.mjs
@@ -54,14 +54,16 @@ export default {
54
},
55
getArgs() {
56
return {
57
- unitId: this.unitId,
58
- status: this.status,
59
- contract: this.contract,
60
- city: this.city,
61
- companyLabel: this.companyLabel,
62
- tag: this.tag,
63
- withDetails: true,
64
- withProps: true,
+ params: {
+ unitId: this.unitId,
+ status: this.status,
+ contract: this.contract,
+ city: this.city,
+ companyLabel: this.companyLabel,
+ tag: this.tag,
+ withDetails: true,
65
+ withProps: true,
66
+ },
67
};
68
69
generateMeta(job) {
0 commit comments