update aliases in tokens

This commit is contained in:
Mads Rasmussen
2023-10-16 14:01:04 +02:00
parent 1234374584
commit 22c4b1bd00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
export const UMB_CREATE_USER_MODAL = new UmbModalToken('Umb.Modal.CreateUser', {
export const UMB_CREATE_USER_MODAL = new UmbModalToken('Umb.Modal.User.Create', {
type: 'dialog',
size: 'small',
});

View File

@@ -1,6 +1,6 @@
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
export const UMB_CURRENT_USER_MODAL = new UmbModalToken('Umb.Modal.CurrentUser', {
export const UMB_CURRENT_USER_MODAL = new UmbModalToken('Umb.Modal.User.Current', {
type: 'sidebar',
size: 'small',
});

View File

@@ -8,7 +8,7 @@ export interface UmbUserPickerModalValue {
}
export const UMB_USER_PICKER_MODAL = new UmbModalToken<UmbUserPickerModalData, UmbUserPickerModalValue>(
'Umb.Modal.UserPicker',
'Umb.Modal.User.Picker',
{
type: 'sidebar',
size: 'small',