Skip to content

Commit

Permalink
chore(release): bump version to v0.1.12 (#73)
Browse files Browse the repository at this point in the history
* chore(release): bump to v0.1.12

* fix(wizardForm): minor wizard form story fixes
  • Loading branch information
rahulkeerthi authored Jun 30, 2023
1 parent 71d1124 commit 0909c5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const form: Form = {
questions: [
{
id: 'x5bgJqsOltmK3',
title: 'Single select question - Not required',
title: 'Single select question\n\n(Not required)',
definition_id: 'Kzr2NafTxJfR',
key: 'singleSelectQuestion',
dataPointValueType: DataPointValueType.Number,
Expand Down Expand Up @@ -55,7 +55,7 @@ export const form: Form = {
},
{
id: 'x5bgJqOltmK3',
title: 'Single select question - required',
title: 'Single select question\n\n(Required)',
definition_id: 'Kzr2NafTxJfR',
key: 'singleSelectQuestion',
dataPointValueType: DataPointValueType.Number,
Expand Down
5 changes: 4 additions & 1 deletion src/hostedPages/activities/wizardForm/wizardForm.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ export const WizardFormMobile: Story = ({
}

return (
<HostedPageLayout onCloseHostedPage={() => alert('Stop session')}>
<HostedPageLayout
onCloseHostedPage={() => alert('Stop session')}
hideCloseButton
>
<WizardFormComponent
form={form}
buttonLabels={buttonLabels}
Expand Down

0 comments on commit 0909c5e

Please sign in to comment.