BLOG-140 Label management (list and create) #144

Merged
squid merged 6 commits from BLOG-140_label_management into main 2025-10-15 12:21:42 +08:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 88ad640ec0 - Show all commits

View File

@ -63,9 +63,9 @@
}
const isSuccess = await createLabel(formData);
if (!isSuccess) {
return;
}
if (!isSuccess) {
return;
}
formData = {
name: '',