Skip to content

Commit

Permalink
make frontend description required (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-escobedo authored Dec 18, 2023
1 parent 6a7f816 commit 95e8ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/CreateAddOns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ function CreateAddOns() {
/>
</Form.Item>
<Form.Item name="description">
<label className="mb-4">Description </label>
<label className="mb-4 required">Description </label>
<Input
className="w-full"
type="textarea"
Expand Down

0 comments on commit 95e8ae0

Please sign in to comment.