TF-4233 Fix the response success check to use key presence instead of value nullness.
This commit is contained in:
@@ -48,7 +48,7 @@ extension HandleLabelActionTypeExtension on LabelController {
|
||||
labels: labels,
|
||||
selectedLabel: label,
|
||||
actionType: LabelActionType.edit,
|
||||
onCreateNewLabelCallback: (newLabel) =>
|
||||
onLabelActionCallback: (newLabel) =>
|
||||
editLabel(
|
||||
accountId: accountId,
|
||||
selectedLabel: label,
|
||||
|
||||
Reference in New Issue
Block a user