TF-4233 Correctly set current label color on edit dialog open
This commit is contained in:
@@ -76,6 +76,7 @@ class _CreateNewLabelModalState extends State<CreateNewLabelModal> {
|
||||
_nameInputController.text = selectedLabel.safeDisplayName;
|
||||
_nameInputFocusNode.requestFocus();
|
||||
_createLabelStateNotifier.value = true;
|
||||
_labelSelectedColorNotifier.value = _selectedColor;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user