Skip to content

Commit e530340

Browse files
authored
Merge pull request #4140 from kobotoolbox/remove-extra-label
Remove extra 'Primary Sector' label
2 parents eda7758 + 683e9be commit e530340

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jsapp/js/components/modalForms/libraryAssetForm.es6

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ export class LibraryAssetForm extends React.Component {
243243
</bem.FormModal__item>
244244

245245
<bem.FormModal__item>
246-
247-
<label htmlFor='sector'>
248-
{t('Primary Sector')}
249-
</label>
250246
<WrappedSelect
251247
label={t('Primary Sector')}
252248
value={this.state.fields.sector}

0 commit comments

Comments
 (0)