TF-4370 Handle create new a label with description
This commit is contained in:
@@ -63,6 +63,7 @@ class LabelApi
|
||||
final newLabelCreated = labelCreated!.copyWith(
|
||||
displayName: labelData.displayName,
|
||||
color: labelData.color,
|
||||
description: labelData.description,
|
||||
);
|
||||
return newLabelCreated;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user