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 c4cb951 commit bae4cddCopy full SHA for bae4cdd
src/Components/ProjectListApplyer.js
@@ -64,6 +64,12 @@ const ProjectListApplyer = ({
64
<div className="col-md-12"><Loading status={applyingStatus} /></div>
65
</div>
66
}
67
+ <LabelList
68
+ header="Labels to Add:"
69
+ className="labels-to-add"
70
+ labels={LABELS_TO_ADD}
71
+ applyedLabels={applyedLabels}
72
+ />
73
{labelsToRemove.length === 0 ? null :
74
<LabelList
75
header="Labels to Remove:"
@@ -72,12 +78,6 @@ const ProjectListApplyer = ({
78
applyedLabels={applyedLabels}
79
/>
80
- <LabelList
76
- header="Labels to Add:"
77
- className="labels-to-add"
- labels={LABELS_TO_ADD}
- applyedLabels={applyedLabels}
- />
81
</section>
82
83
0 commit comments