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 f81ad70 commit da835c2Copy full SHA for da835c2
src/Issue/IssueList/index.js
@@ -13,9 +13,9 @@ import { ButtonUnobtrusive } from '../../Button';
13
import './style.css';
14
15
const SHOW_STATES = {
16
- NO_ISSUES: 'NO_ISSUES',
17
- OPEN_ISSUES: 'OPEN_ISSUES',
18
- CLOSED_ISSUES: 'CLOSES_ISSUES',
+ NO_ISSUES: 'NONE',
+ OPEN_ISSUES: 'OPEN',
+ CLOSED_ISSUES: 'CLOSED',
19
};
20
21
const SHOW_TRANSITION_LABELS = {
0 commit comments