Web Interface for Tags #104244
@ -128,6 +128,8 @@ export default {
|
||||
const api = new WorkerMgtApi(getAPIClient());
|
||||
const newTag = new WorkerTag(this.newTagName);
|
||||
|
||||
newTag.description = "Default Description...";
|
||||
|
||||
api
|
||||
.createWorkerTag(newTag)
|
||||
.then(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user