fix: localize validation errors and polish delivery
Build and publish Docker images / Build and publish images (push) Failing after 25s
Build and publish Docker images / Build and publish images (push) Failing after 25s
This commit is contained in:
@@ -155,10 +155,12 @@ const onAssignAgent = agent => {
|
||||
|
||||
const onAssignLabel = label => {
|
||||
assignLabels([label.title], [props.source.id]);
|
||||
closeContextMenu();
|
||||
};
|
||||
|
||||
const onRemoveLabel = label => {
|
||||
removeLabels([label.title], [props.source.id]);
|
||||
closeContextMenu();
|
||||
};
|
||||
|
||||
const onAssignTeam = team => {
|
||||
|
||||
Reference in New Issue
Block a user