ENhance and fix
This commit is contained in:
@@ -21,7 +21,7 @@ export class ItemL5r5e extends Item {
|
||||
* @memberof ClientDocumentMixin#
|
||||
*/
|
||||
get uuid() {
|
||||
const parents = this.system.parent_id;
|
||||
const parents = this.system?.parent_id;
|
||||
if (!parents?.item_id) {
|
||||
return super.uuid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user