Skip to content

Commit

Permalink
Update deny reason textarea in WaitingApproval component
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Jun 9, 2024
1 parent 3bc8616 commit d794729
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,7 @@ export default function WaitingApproval({ data }) {
<textarea
className='w-full h-24 p-2 mt-2 text-sm font-medium transition-all rounded-lg outline-none resize-none focus:ring-2 ring-purple-500 bg-quaternary text-secondary'
onChange={event => setDenyReason(event.target.value)}
>
test
</textarea>
/>
),
buttons: [
{
Expand Down

0 comments on commit d794729

Please sign in to comment.