Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into feature/idurar#548-new-email-editor-page
  • Loading branch information
ritik kumar committed Sep 19, 2023
2 parents 39d2afe + 9ffdfa2 commit 4a2011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Settings/PaymentSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function PaymentSettings() {
<SelectCurrency />
</Form.Item>
<Form.Item label="Tax">
<InputNumber addonBefore={'%'} placeholder="0" />
<InputNumber min={0} addonBefore={'%'} placeholder="0" />
</Form.Item>
</SetingsSection>

Expand Down

0 comments on commit 4a2011f

Please sign in to comment.