fix entering cache control points

This commit is contained in:
Ishaan Jaff 2025-04-14 18:54:04 -07:00
parent 7649566034
commit 94c3de90bb

View file

@ -113,6 +113,8 @@ const CacheControlSettings: React.FC<CacheControlSettingsProps> = ({
<NumericalInput
type="number"
placeholder="Optional"
step={1}
min={0}
onChange={() => {
const values = form.getFieldValue('cache_control_points');
updateCacheControlPoints(values);