diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-15 10:05:47 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-15 10:05:47 +0700 |
| commit | 87f4b126a5d487aef2170a1f2147618bbcb0ad70 (patch) | |
| tree | 38863bd2617de48129b4c266528c29027e840b1d /src/lib/quotation | |
| parent | 8c2c97c064e39983755f5789244a032702363944 (diff) | |
<iman> add harus diisi
Diffstat (limited to 'src/lib/quotation')
| -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" |
