This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
henrique
/
clinica
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat: cor vermelha para o ícone de lixeira
master
Henrique-Sousa
2 weeks ago
parent
8e66197aac
commit
8dadec38ce
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ui/src/components/ListaMedicos.jsx
+ 1
- 1
ui/src/components/ListaMedicos.jsx
View File
@ -69,7 +69,7 @@ function ListaMedicos() {
render
:
(
_
,
record
)
=>
<
Popconfirm
title
=
"Tem certeza que deseja deletar"
onConfirm
=
{
(
)
=>
handleDelete
(
record
)
}
>
<
a
>
<
DeleteOutlined
/
>
<
DeleteOutlined
style
=
{
{
color
:
"red"
}
}
/
>
<
/
a
>
<
/
Popconfirm
>
}
Write
Preview
Loading…
Cancel
Save