remove debuggers
This commit is contained in:
@@ -66,7 +66,6 @@ export class UmbInputDocumentGranularPermissionElement extends FormControlMixin(
|
||||
});
|
||||
|
||||
modalContext?.onSubmit().then(({ selection }: any) => {
|
||||
debugger;
|
||||
//this.#setSelection(selection);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -33,8 +33,6 @@ export class UmbDocumentPermissionsEntityAction extends UmbEntityActionBase<UmbD
|
||||
|
||||
const { selection } = await modalContext.onSubmit();
|
||||
console.log(selection);
|
||||
debugger;
|
||||
|
||||
//await this.repository?.setPermissions();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user