Skip to content

Commit

Permalink
Retirada do Usuário no Modal de Transferência
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Mar 20, 2022
1 parent c97914c commit 576c1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/TransferTicketModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const TransferTicketModal = ({ modalOpen, onClose, ticketid }) => {
{i18n.t("transferTicketModal.title")}
</DialogTitle>
<DialogContent dividers>
<Autocomplete
{/* <Autocomplete
style={{ width: 300, marginBottom: 20 }}
getOptionLabel={option => `${option.name}`}
onChange={(e, newValue) => {
Expand Down Expand Up @@ -163,7 +163,7 @@ const TransferTicketModal = ({ modalOpen, onClose, ticketid }) => {
}}
/>
)}
/>
/> */}
<FormControl variant="outlined" className={classes.maxWidth}>
<InputLabel>{i18n.t("transferTicketModal.fieldQueueLabel")}</InputLabel>
<Select
Expand Down

0 comments on commit 576c1c0

Please sign in to comment.