Web Interface for Tags #104244
@ -45,6 +45,7 @@
|
|||||||
.create-tag-input {
|
.create-tag-input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
height: 30px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@ -107,6 +108,7 @@ export default {
|
|||||||
_onTableBuilt() {
|
_onTableBuilt() {
|
||||||
this.fetchTags();
|
this.fetchTags();
|
||||||
},
|
},
|
||||||
|
|
||||||
fetchTags() {
|
fetchTags() {
|
||||||
this.workers
|
this.workers
|
||||||
.refreshTags()
|
.refreshTags()
|
||||||
|
Loading…
Reference in New Issue
Block a user