add displayName to stories

This commit is contained in:
Jacob Overgaard
2024-03-26 16:31:32 +01:00
parent 734998bb8f
commit 9ab5c2b20e
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ const meta: Meta<UmbCurrentUserMfaDisableProviderModalElement> = {
args: {
data: {
providerName: 'SMS',
displayName: 'SMS',
},
},
parameters: {

View File

@@ -34,6 +34,7 @@ const meta: Meta<UmbCurrentUserMfaEnableProviderModalElement> = {
args: {
data: {
providerName: 'SMS',
displayName: 'SMS',
},
},
parameters: {