We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dc553 commit 433b29eCopy full SHA for 433b29e
src/components/ProjectStatus/editableProjectStatus.js
@@ -24,7 +24,7 @@ const hocStatusDropdown = (CompositeComponent) => {
24
return false
25
}
26
27
- render(props) {
+ render() {
28
const { canEdit, isOpen, handleClick, onItemSelect, showText, withoutLabel, unifiedHeader, status } = this.props
29
const selected = PROJECT_STATUS.filter((opt) => opt.value === status)[0]
30
0 commit comments