Skip to content

Commit ef06a60

Browse files
committed
fix(Settings GUI.Package Manager): Change input type for container.accessors.${accessorId}.serverId to an int and not a string
1 parent 20eb608 commit ef06a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/Settings/Studio/PackageManager/AccessorTableRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export function AccessorTableRow({
455455
overrideHelper={overrideHelper}
456456
>
457457
{(value, handleUpdate) => (
458-
<TextInputControl
458+
<IntInputControl
459459
modifiedClassName="bghl"
460460
classNames="input text-input input-l"
461461
value={value}

0 commit comments

Comments
 (0)