Skip to content

Commit 73cfe97

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mohammad Umar Shaikh <mohammadumar.dev@gmail.com>
1 parent 019a9ee commit 73cfe97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/frontend/src/screens/vat_code/screens/create

apps/frontend/src/screens/vat_code/screens/create/screen.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const CreateVatCode = ({ vatActions, vatCreateActions, commonActions, history })
207207
id="vat"
208208
placeholder="Enter VAT Percentage"
209209
{...field}
210-
className={errors.vat ? 'border-red-500' : ''}
210+
invalid={!!errors.vat}
211211
min="0"
212212
max="100"
213213
step="0.01"

0 commit comments

Comments
 (0)