set matching icon for unlocked entity action

This commit is contained in:
Mads Rasmussen
2023-10-12 20:13:14 +02:00
parent f92ed6df6b
commit 55a9bfbf69

View File

@@ -82,8 +82,8 @@ const entityActions: Array<ManifestTypes> = [
weight: 600,
api: UmbUnlockUserEntityAction,
meta: {
icon: 'umb:key',
label: 'Change Password',
icon: 'umb:unlocked',
label: 'Unlock',
repositoryAlias: CHANGE_USER_PASSWORD_REPOSITORY_ALIAS,
entityTypes: [UMB_USER_ENTITY_TYPE],
},