Skip to content

Commit

Permalink
Update CreateProduct.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanehab98 committed Jan 2, 2023
1 parent 78b3129 commit def0077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CreateProduct/CreateProduct.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ function CreateProduct() {
</Nav>
</Container>
</Navbar>
<Form.Group className="mb-3" controlId="#sku">
<Form.Group className="mb-3">
<Form.Label>SKU</Form.Label>
<Form.Control
// id='#sku'
id='#sku'
required
className="productDataEntry"
placeholder="Enter SKU"
Expand Down

2 comments on commit def0077

@vercel
Copy link

@vercel vercel bot commented on def0077 Jan 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on def0077 Jan 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.