add modal token to resend invite
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
|
||||
|
||||
export const UMB_RESEND_INVITE_TO_USER_MODAL = new UmbModalToken('Umb.Modal.User.ResendInvite', {
|
||||
type: 'dialog',
|
||||
size: 'small',
|
||||
});
|
||||
Reference in New Issue
Block a user