diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/quotation/components/Quotation.jsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/quotation/components/Quotation.jsx b/src/lib/quotation/components/Quotation.jsx index d6cc4866..86b0664d 100644 --- a/src/lib/quotation/components/Quotation.jsx +++ b/src/lib/quotation/components/Quotation.jsx @@ -590,7 +590,12 @@ const Quotation = () => { <hr className='my-4 border-gray_r-6' /> <div className='flex gap-x-1 flex-col mb-4'> - <div className='mb-2'>Note</div> + <div className='flex flex-row gap-x-1'> + <div className=''>Note</div> + {isApproval && ( + <div className='text-caption-1 text-red-500 items-center flex'>*harus diisi</div> + )} + </div> <div className='text-caption-2 text-gray_r-11'> <textarea rows="4" |
