feature/IO-3499-React-19 - Checkpoint

This commit is contained in:
Dave
2026-01-23 19:24:14 -05:00
parent fe0ddc5824
commit 9475dfb4e8
4 changed files with 7 additions and 5 deletions

View File

@@ -159,7 +159,7 @@ export function ShopEmployeeTeamsFormComponent({ bodyshop }) {
{fields.map((field, index) => (
<Form.Item key={field.key} style={{ padding: 0, margin: 2 }}>
<Form.Item label={t("employees.fields.id")} key={`${index}`} name={[field.name, "id"]} hidden>
<Input />
<Input type="hidden" />
</Form.Item>
<LayoutFormRow grow>
<Form.Item