diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-08 15:06:37 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-08 15:06:37 +0700 |
| commit | 64489b794a80b381d86ea226f0fe36457d5836be (patch) | |
| tree | fb23e57a9f0919a7ee4edaf6556bf72696784bf0 /src/lib/quotation/components | |
| parent | 079f8029445fdd243e267a4af7c7a4d5780afa24 (diff) | |
<iman> update quotation pop up bug
Diffstat (limited to 'src/lib/quotation/components')
| -rw-r--r-- | src/lib/quotation/components/Quotationheader.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/quotation/components/Quotationheader.jsx b/src/lib/quotation/components/Quotationheader.jsx index 10e3e147..0bb4dfe0 100644 --- a/src/lib/quotation/components/Quotationheader.jsx +++ b/src/lib/quotation/components/Quotationheader.jsx @@ -80,6 +80,7 @@ const Quotationheader = (quotationCount) => { useEffect(() => { setCountQuotation(quotationCount.quotationCount); + setProductQuotation(quotationCount.data); }, [quotationCount]); useEffect(() => { |
