Skip to content

Commit 91c529e

Browse files
committed
fixes
1 parent 52f29e7 commit 91c529e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/charthop/charthop.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default {
208208
from: next,
209209
};
210210
}
211-
} while (args.params?.next);
211+
} while (args.params?.from);
212212
},
213213
},
214214
};

components/charthop/sources/new-job-created/new-job-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
methods: {
1212
...common.methods,
1313
getResourceFn() {
14-
return this.charthop.listJobs;
14+
return this.charthop.listGroups;
1515
},
1616
getSummary(item) {
1717
return `New Job: ${item.id}`;

0 commit comments

Comments
 (0)