diff --git a/src/dispatch/static/dispatch/src/tag/TagPicker.vue b/src/dispatch/static/dispatch/src/tag/TagPicker.vue index c31dd58c7158..305717a824a6 100644 --- a/src/dispatch/static/dispatch/src/tag/TagPicker.vue +++ b/src/dispatch/static/dispatch/src/tag/TagPicker.vue @@ -1,131 +1,133 @@ - - - - {{ menu ? "mdi-minus" : "mdi-plus" }} - - - - mdi-content-copy - - - - - - - - {{ item.name }} - - - - - - - - - - - - - No tags containing {{ searchQuery }} found. - - - - - - - - - - - - Required - Exclusive - mdi-chevron-down - mdi-chevron-up - - - - - Only 1 tag allowed for this category - - - - - - + + + + {{ menu ? "mdi-minus" : "mdi-plus" }} + + + + mdi-content-copy + + + + + + + {{ item.name }} - - - - + + + - - - - - - - Tags copied to the clipboard - - + + + + + + + + + No tags containing {{ searchQuery }} found. + + + + + + + + + + + + Required + Exclusive + mdi-chevron-down + mdi-chevron-up + + + + + Only 1 tag allowed for this category + + + + + + + {{ item.name }} + + + + + + + + + + + + Tags copied to the clipboard + + +
- No tags containing {{ searchQuery }} found. -
+ No tags containing {{ searchQuery }} found. +