Skip to content

Commit

Permalink
- Update label in stories.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattias800 committed Jul 5, 2024
1 parent 7d211c6 commit 20fff48
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const WithHeading = () => {
value={value}
onValueChange={setValue}
localeCode={"sv"}
heading={"Select dates"}
heading={"Select date"}
/>
</div>
);
Expand Down Expand Up @@ -77,7 +77,7 @@ export const ParseDate = () => {
value={value}
onValueChange={setValueHandler}
localeCode={"sv"}
heading={"Select dates"}
heading={"Select date"}
/>
<Spacing num={4} />
<Row gap={4}>
Expand Down Expand Up @@ -126,7 +126,7 @@ const LocaleDemo = ({ localeCode }: { localeCode: string }) => {
value={value}
onValueChange={setValue}
localeCode={localeCode}
heading={"Select dates"}
heading={"Select date"}
/>
</Row>
</Column>
Expand All @@ -142,7 +142,7 @@ export const WithValidationAndCloseButton = () => {
value={value}
onValueChange={setValue}
localeCode={"sv"}
heading={"Select dates"}
heading={"Select date"}
renderBelowCalendar={({ hideCalendar }) => {
return (
<Column gap={2}>
Expand All @@ -165,7 +165,7 @@ export const WithPresets = () => {
value={value}
onValueChange={setValue}
localeCode={"sv"}
heading={"Select dates"}
heading={"Select date"}
renderBelowCalendar={() => {
return (
<Column gap={2}>
Expand Down

0 comments on commit 20fff48

Please sign in to comment.