This commit is contained in:
Mads Rasmussen
2024-11-02 20:30:32 +01:00
committed by Niels Lyngsø
parent 51387abeef
commit 7d14b03a37

View File

@@ -42,7 +42,7 @@ export class UmbEntityCreateOptionActionListModalElement extends UmbModalBaseEle
const data = this.data;
if (!data) throw new Error('No data found');
if (data.entityType === undefined) throw new Error('No entityType found');
if (!data.entityType) throw new Error('No entityType found');
if (data.unique === undefined) throw new Error('No unique found');
new UmbExtensionsApiInitializer(