Fix: Tag Interface Delete Button #104256

Manually merged
Sybren A. Stüvel merged 39 commits from Evelinealy/flamenco:tag-interface into main 2023-11-02 16:13:14 +01:00
Showing only changes of commit 39e18cf207 - Show all commits

View File

@ -128,6 +128,8 @@ export default {
const api = new WorkerMgtApi(getAPIClient()); const api = new WorkerMgtApi(getAPIClient());
const newTag = new WorkerTag(this.newTagName); const newTag = new WorkerTag(this.newTagName);
newTag.description = "Default Description...";
api api
.createWorkerTag(newTag) .createWorkerTag(newTag)
.then(() => { .then(() => {