Fix: prevent double POST submission in shadcn ActionButtons
Summary
- Add
type="button"to all buttons inaction-buttons.tsx - shadcn
<Button>defaults totype="submit", causing double POST when rendered inside a<form>— theonClickhandler firesformik.submitForm()AND the native formonSubmittriggersformik.handleSubmit
Affected
All forms using shadcn ActionButtons inside a <form> wrapper (Marque/Modèle, Fiche Véhicule, event details, etc.)