TF-4370 Handle create new a label with description

This commit is contained in:
dab246
2026-03-11 15:13:40 +07:00
committed by Dat H. Pham
parent 90ddbf5824
commit 7df25c5f5a
3 changed files with 7 additions and 0 deletions
@@ -63,6 +63,7 @@ class LabelApi
final newLabelCreated = labelCreated!.copyWith(
displayName: labelData.displayName,
color: labelData.color,
description: labelData.description,
);
return newLabelCreated;
} else {