This commit is contained in:
@@ -162,7 +162,6 @@
|
||||
:items="pickLists.tags"
|
||||
:loading="tagSearchUnderway"
|
||||
:search-input.sync="tagSearchEntry"
|
||||
no-data-text="ENTER A TAG"
|
||||
hide-selected
|
||||
multiple
|
||||
chips
|
||||
@@ -303,7 +302,7 @@ export default {
|
||||
return {
|
||||
pickLists: {
|
||||
roles: [],
|
||||
tags: []
|
||||
tags: [""]
|
||||
},
|
||||
tagSearchEntry: null,
|
||||
tagSearchUnderway: false,
|
||||
|
||||
Reference in New Issue
Block a user