fix(pipedrive): check if there is no data in dynamic-data
This commit is contained in:
@@ -23,7 +23,7 @@ export default {
|
||||
);
|
||||
params.start = data.additional_data?.pagination?.next_start;
|
||||
|
||||
if (data.data.length) {
|
||||
if (data.data?.length) {
|
||||
for (const person of data.data) {
|
||||
persons.data.push({
|
||||
value: person.id,
|
||||
|
Reference in New Issue
Block a user