-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button component #711
base: develop
Are you sure you want to change the base?
Button component #711
Changes from 17 commits
ed189e4
8aa7ba5
cbb6504
91acd15
3c07ab3
e2b60db
6107e8e
b5014b0
73ca8ba
89f5dd6
efc36f7
06b630f
23b6003
e42dde0
afca42c
62ebe2c
6f9c884
8ad36ce
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ | |
} | ||
} | ||
|
||
componentWillReceiveProps(nextProps: any) { | ||
Check warning on line 57 in assets/agenda/components/CoverageItemStatus.tsx
|
||
this.setWireItem(nextProps); | ||
} | ||
|
||
|
@@ -83,10 +83,11 @@ | |
<ActionButton | ||
key={action.name} | ||
item={coverage} | ||
className='icon-button icon-button--small icon-button--bordered icon-button--tertiary' | ||
variant='tertiary' | ||
border | ||
size='small' | ||
action={action} | ||
plan={this.props.item} | ||
isVisited={parentWatched} | ||
disabled={parentWatched} | ||
/> | ||
); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we dropping this functionality?