Basic transfer functionality implemented

This commit is contained in:
wirys da cunha francisco
2020-10-22 13:57:22 -03:00
parent 9f7fee05ff
commit d8ad464166
3 changed files with 218 additions and 1 deletions

View File

@@ -164,6 +164,17 @@ const messages = {
buttons: {
showAll: "Todos",
},
},
TransferTicketModal : {
title:"Transferir Chamado",
fieldLabel: "Digite aqui o nome do técnico",
buttons: {
ok : "Transferir",
cancel: "Cancelar",
}
},
ticketsList: {
pendingHeader: "Aguardando",