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

@ -36,4 +36,4 @@ export class LabelApiServiceImpl implements LabelApiService {
const data = await response.json(); const data = await response.json();
return LabelResponseDto.fromJson(data); return LabelResponseDto.fromJson(data);
} }
} }

View File

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