Skip to content

Commit

Permalink
Remove category dropdown from simple importer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronCinNZ committed Oct 10, 2024
1 parent 0692b63 commit ea9ddbf
Showing 1 changed file with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,30 +324,6 @@ <h1 data-translate="">ImportRecord</h1>
</div>
</div>

<div id="gn-import-assigncategory-row" class="form-group">
<label
id="gn-import-assigncategory-label"
class="col-sm-4 control-label"
for="gn-import-assigncategory-input"
data-translate=""
>assignToCategory</label
>
<div class="col-sm-8">
<div
id="gn-import-assigncategory-list"
data-gn-category="params.category"
data-lang="{{lang}}"
/>
<input
id="gn-import-assigncategory-input"
type="text"
data-ng-model="params.category"
name="category"
class="form-control hidden"
/>
</div>
</div>

<div id="gn-import-buttons-row" class="pull-right">
<button
id="gn-import-buttons-import"
Expand Down

0 comments on commit ea9ddbf

Please sign in to comment.