Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Jul 30, 2024
1 parent 89ba38b commit 989fefb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
changed-files:
runs-on: ubuntu-latest
name: changed-files
name: Get changed files
outputs:
all_changed_files: ${{ steps.changed-files.outputs.all_changed_files }}
any_changed: ${{ steps.changed-files.outputs.any_changed }}
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/app/ui/button/button/button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const meta: Meta<AppButtonComponent> = {
title: 'UI/Button',
component: AppButtonComponent,
tags: ['autodocs'],
args: identity({
args: {
...args,
disabled: false,
onClick: fn(),
}),
},
argTypes: {
...argTypes,
disabled: {
Expand Down

0 comments on commit 989fefb

Please sign in to comment.