Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
IT Project 2020
Group B
pilar-web
Commits
f510c187
Commit
f510c187
authored
Nov 10, 2020
by
Wan Muhammad Rayhan Arwindra
🤸🏽
Browse files
Merge branch 'PBI-6-Ray' into 'staging'
Pbi 6 ray See merge request
!90
parents
48bb538d
9abbe9eb
Pipeline
#60394
passed with stages
in 15 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/page/program/DetailProgram.jsx
View file @
f510c187
...
...
@@ -30,10 +30,10 @@ const DetailProgram = ({ idProgram }) => {
const
[
openModal
,
setOpenModal
]
=
useState
(
false
);
const
handleClose
=
()
=>
setOpenModal
(
false
);
const
[
dialogOpen
,
setDialogOpen
]
=
useState
(
false
);
le
t
image
;
cons
t
[
image
,
setImage
]
=
useState
(
""
)
;
const
handleClickOpen
=
(
img
)
=>
{
i
mage
=
img
;
setI
mage
(
img
)
;
setDialogOpen
(
true
);
};
...
...
@@ -428,7 +428,7 @@ const DetailProgram = ({ idProgram }) => {
onClose
=
{
handleClickClose
}
aria-labelledby
=
"max-width-dialog-title"
>
<
DialogTitle
id
=
"max-width-dialog-title"
>
Bukti Transfer
</
DialogTitle
>
<
DialogTitle
id
=
"max-width-dialog-title"
>
Gambar Progress
</
DialogTitle
>
<
DialogContent
>
<
img
css
=
{
css
`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment