aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx')
-rw-r--r--packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx16
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
index e61b13279..a2ecbd604 100644
--- a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
+++ b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx
@@ -39,15 +39,15 @@ export const Backup = createExample(TestedComponent, {
...reducerStatesExample.backupAttributeEditing,
required_attributes: [
{
- name: "first name",
- label: "first",
+ name: "full_name",
+ label: "Full name",
type: "string",
uuid: "asdasdsa1",
widget: "wid",
},
{
- name: "last name",
- label: "second",
+ name: "birthplace",
+ label: "Birthplace",
type: "string",
uuid: "asdasdsa2",
widget: "wid",
@@ -66,15 +66,15 @@ export const Recovery = createExample(TestedComponent, {
...reducerStatesExample.recoveryAttributeEditing,
required_attributes: [
{
- name: "first",
- label: "first",
+ name: "full_name",
+ label: "Full name",
type: "string",
uuid: "asdasdsa1",
widget: "wid",
},
{
- name: "pepe",
- label: "second",
+ name: "birthplace",
+ label: "Birthplace",
type: "string",
uuid: "asdasdsa2",
widget: "wid",