Fix CSS class name on tags input
This commit is contained in:
parent
f56f94b9e2
commit
0f9a79f274
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="label-input-element">
|
<div class="label-input-element">
|
||||||
<tags-input class="quay-lavels"
|
<tags-input class="quay-labels"
|
||||||
ng-model="tags"
|
ng-model="tags"
|
||||||
display-property="keyValue"
|
display-property="keyValue"
|
||||||
placeholder="git-sha=123456ab"
|
placeholder="git-sha=123456ab"
|
||||||
|
|
Reference in a new issue