Skip to content

Commit

Permalink
feature(124182): Remoção de console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jardimmatos committed Jan 10, 2025
1 parent a733aa1 commit 28cedb3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const TiposDocumento = ()=>{
const [showModalInfoNaoPodeExcluir, setShowModalInfoNaoPodeExcluir] = useState(false);
const [mensagemModalInfoNaoPodeExcluir, setMensagemModalInfoNaoPodeExcluir] = useState("");
const handleEditFormModal = useCallback( async (rowData) =>{
console.log(stateFormModal, rowData)
setStateFormModal({
...stateFormModal,
nome: rowData.nome,
Expand Down

0 comments on commit 28cedb3

Please sign in to comment.