diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-15 03:06:31 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-15 03:06:31 +0000 |
| commit | 69e28c2346b8cf9537fe439f40dc05f820751ff4 (patch) | |
| tree | 45a37ab9ed3cb0f11055e8b1b48d03ad3c3e4ed0 /src/lib/quotation/components/Quotation.jsx | |
| parent | 6b45224dc066315e2a178240fc772b16f94f0e92 (diff) | |
| parent | 87f4b126a5d487aef2170a1f2147618bbcb0ad70 (diff) | |
Merged in Feature/step_approval (pull request #163)
<iman> add harus diisi
Diffstat (limited to 'src/lib/quotation/components/Quotation.jsx')
| -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" |
