aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src/forms
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-01-24 17:48:00 -0300
committerSebastian <sebasjm@gmail.com>2024-01-24 17:48:00 -0300
commita324ba367a75fc790f9456e479e7bbf22abe00aa (patch)
treea34fc8ea0a9fbe3afa251e684e1fe5173a8fb8f5 /packages/web-util/src/forms
parent236d4347f5884bb1d9ca1d3bb4ad0ba776577fd2 (diff)
downloadwallet-core-a324ba367a75fc790f9456e479e7bbf22abe00aa.tar.xz
fixes #8265
Diffstat (limited to 'packages/web-util/src/forms')
-rw-r--r--packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx2
-rw-r--r--packages/web-util/src/forms/InputChoiceStacked.stories.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
index 2907a4dab..b950d3d02 100644
--- a/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
+++ b/packages/web-util/src/forms/InputChoiceHorizontal.stories.tsx
@@ -58,7 +58,7 @@ const form: FlexibleForm<TargetObject> = {
label: "second choice" as TranslatedString,
value: "2"
}, {
- label: "thrid choice" as TranslatedString,
+ label: "third choice" as TranslatedString,
value: "3"
},],
},
diff --git a/packages/web-util/src/forms/InputChoiceStacked.stories.tsx b/packages/web-util/src/forms/InputChoiceStacked.stories.tsx
index 54228934e..ed5170d17 100644
--- a/packages/web-util/src/forms/InputChoiceStacked.stories.tsx
+++ b/packages/web-util/src/forms/InputChoiceStacked.stories.tsx
@@ -58,7 +58,7 @@ const form: FlexibleForm<TargetObject> = {
label: "second choice" as TranslatedString,
value: "2"
}, {
- label: "thrid choice" as TranslatedString,
+ label: "third choice" as TranslatedString,
value: "3"
},],
},