Form/InsuranceTable: Validation at top

This commit is contained in:
Chika 2022-07-08 11:32:39 +03:00
parent 0befd824e6
commit 760ef0e078

View File

@ -51,8 +51,8 @@ const InsuranceTable = observer(() => {
export default function () {
return (
<Grid>
<InsuranceTable />
<Validation />
<InsuranceTable />
</Grid>
);
}