Add max value to streaming bitrate textfield

Max limit based upon int32 max of server after 1e6 multiplication
This commit is contained in:
Haley Burns
2026-01-22 12:22:33 -08:00
parent 1a792e9f82
commit 2dc942afe1
@@ -77,6 +77,7 @@ export const Component = () => {
slotProps={{
htmlInput: {
min: 0,
max: 2147.25,
step: 0.25
}
}}