deleting idnum property on export. see #65
This commit is contained in:
parent
18502ce731
commit
b15616b5d7
1 changed files with 2 additions and 0 deletions
|
|
@ -162,6 +162,8 @@ export function preparePromptsForExport(prompts){
|
||||||
delete prompt[key];
|
delete prompt[key];
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
}else{
|
||||||
|
delete prompt['idnum'];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return output;
|
return output;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue