Skip to content

Commit

Permalink
feat: #comment swapped to radix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
scrt-dev committed Sep 30, 2024
1 parent a14744e commit 4d1c9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DeviceCustomizationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const DeviceCustomizationForm: React.FC<DeviceCustomizationFormProps> = ({
// Reset form
setName("");
setType("");
setGridSize(20);
setGridSize(80);
setInputs([]);
setOutputs([]);
};
Expand Down Expand Up @@ -104,7 +104,7 @@ const DeviceCustomizationForm: React.FC<DeviceCustomizationFormProps> = ({
onChange={(e) => setGridSize(Number(e.target.value))}
required
min="10"
max="100"
max="200"
className="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50"
/>
</div>
Expand Down

0 comments on commit 4d1c9bc

Please sign in to comment.