Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Oct 4, 2024
1 parent df7163e commit e7b3b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/checkbox/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ CheckboxOptions
${errorTextTemplate}
</div>
</template>
`;
`;
2 changes: 1 addition & 1 deletion packages/storybook/src/nimble/checkbox/checkbox.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The \`indeterminate\` state is not automatically changed when the user interacti
indeterminate: false,
disabled: false,
errorVisible: false,
errorText: 'Value is invalid',
errorText: 'Value is invalid'
}
};

Expand Down

0 comments on commit e7b3b17

Please sign in to comment.