Skip to content

Commit

Permalink
refactor: 🔥 Removed docs (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx committed May 22, 2022
1 parent cf4266e commit e54ee2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/admin/src/components/orders/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ export const CreateOrders = (props: any) =>
/>
</ReferenceInput>
<NumberInput label="Quantity" defaultValue={1} source="quantity" />
{/* We need to find a way to get the product it for this array of product */}
{/* Then on other product items query them.. */}
{/* So we need a setter for each product... */}
<ArrayInput source="configurable_options" label="Configurable options">
<SimpleFormIterator>
<ReferenceInput source="option_id" reference="configurable_options">
Expand Down

0 comments on commit e54ee2c

Please sign in to comment.