Merge pull request #8779 from AllForNothing/tag-re

modify metadate of tag-retention
This commit is contained in:
Will Sun 2019-08-22 12:57:00 +08:00 committed by GitHub
commit 5b9fcf28b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@
<div class="clr-col-3">
<div class="clr-select-wrapper w-100">
<select [(ngModel)]="tagsSelect" class="clr-select w-100">
<option *ngFor="let d of metadata?.tag_selectors[1]?.decorations"
<option *ngFor="let d of metadata?.tag_selectors[0]?.decorations"
value="{{d}}">{{getI18nKey(d)|translate}}</option>
</select>
</div>