pull main

This commit is contained in:
Sabda Yagra 2025-10-14 15:22:17 +07:00
parent c4ff801d63
commit 74e2588aaf
1 changed files with 25 additions and 25 deletions

View File

@ -821,31 +821,31 @@ export default function FormAudioDetail() {
Number(detail?.uploadedById) == Number(userId) ? ( Number(detail?.uploadedById) == Number(userId) ? (
"" ""
) : ( */} ) : ( */}
<div className="flex flex-col gap-2 p-3"> <div className="flex flex-col gap-2 p-3">
<Button <Button
onClick={() => actionApproval("2")} onClick={() => actionApproval("2")}
color="primary" color="primary"
type="button" type="button"
> >
<Icon icon="fa:check" className="mr-3" /> Accept <Icon icon="fa:check" className="mr-3" /> Accept
</Button> </Button>
<Button <Button
onClick={() => actionApproval("3")} onClick={() => actionApproval("3")}
className="bg-orange-400 hover:bg-orange-300" className="bg-orange-400 hover:bg-orange-300"
type="button" type="button"
> >
<Icon icon="fa:comment-o" className="mr-3" /> Revision <Icon icon="fa:comment-o" className="mr-3" /> Revision
</Button> </Button>
<Button <Button
onClick={() => actionApproval("4")} onClick={() => actionApproval("4")}
color="destructive" color="destructive"
type="button" type="button"
> >
<Icon icon="fa:times" className="mr-3" /> <Icon icon="fa:times" className="mr-3" />
Reject Reject
</Button> </Button>
</div> </div>
{/* ) {/* )
) : ( ) : (
"" ""
)} */} )} */}