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: coloca nomes descritivos para o botão e a tabela do modal
master
Henrique-Sousa
2 weeks ago
parent
0c6bf28e26
commit
105dc92c3f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ui/src/containers/DashboardContainer/index.jsx
+ 2
- 2
ui/src/containers/DashboardContainer/index.jsx
View File
@ -79,10 +79,10 @@ function DashboardContainer() {
return
(
<
>
<
Button
type
=
"primary"
onClick
=
{
showModal
}
>
Open
Modal
Lista
de
pacientes
<
/
Button
>
<
Modal
title
=
"
Basic Modal
"
title
=
"
Pacientes
"
closable
=
{
{
'aria-label'
:
'Custom Close Button'
}
}
open
=
{
isModalOpen
}
onOk
=
{
handleOk
}
Write
Preview
Loading…
Cancel
Save