Web Interface for Tags #104244

Merged
Sybren A. Stüvel merged 30 commits from Evelinealy/flamenco:tag-interface into main 2023-09-04 13:06:10 +02:00
Showing only changes of commit 39e18cf207 - Show all commits

View File

@ -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(() => {