Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sevin committed Sep 27, 2024
1 parent f1d5bff commit 1bfb2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/stories/StepForm.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const Edition: StoryObj<StepFormComponent> = {
variables: VARIABLES,
initialStepValue: {
text: 'Text value',
newColumn: 'a'
newColumn: 'a',
},
interpolateFunc: (a) => a,
getColumnNamesFromPipeline: () => Promise.resolve(['c', 'd']),
Expand Down Expand Up @@ -158,7 +158,7 @@ export const WithDefaults: StoryObj<StepFormComponent> = {
variableDelimiters: { start: '<%=', end: '%>' },
trustedVariableDelimiters: { start: '{{', end: '}}' },
stepFormDefaults: {
newColumn: 'd'
newColumn: 'd',
},
variables: VARIABLES,
interpolateFunc: (a) => a,
Expand Down

0 comments on commit 1bfb2b6

Please sign in to comment.