fix
This commit is contained in:
@@ -734,7 +734,7 @@ const QuotationForm = () => {
|
||||
</Card>
|
||||
|
||||
<Card
|
||||
className="shadow-sm rounded-lg"
|
||||
className="shadow-sm rounded-lg mt-6"
|
||||
type="inner"
|
||||
title={
|
||||
<span className="flex items-center space-x-2 text-gray-700">
|
||||
@@ -750,6 +750,8 @@ const QuotationForm = () => {
|
||||
isView={isView}
|
||||
formValues={formValues}
|
||||
currentCurrency={currentCurrency}
|
||||
taxRate={taxRate}
|
||||
setTaxRate={setTaxRate}
|
||||
/>
|
||||
</Card>
|
||||
</Form>
|
||||
|
||||
Reference in New Issue
Block a user