From 441ead6883dae1ed1085cb74e0d9adfacfaad539 Mon Sep 17 00:00:00 2001
From: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
Date: Thu, 30 Apr 2026 16:31:36 +0200
Subject: [PATCH] Fixes circuits bluescreening whenever you try to put text or
numbers into a STRING or ANY type field (#95946)
## About The Pull Request
Closes #95865
## Changelog
:cl:
fix: Fixed circuits bluescreening whenever you try to put text or
numbers into a STRING or ANY type field
/:cl:
---
.../tgui/interfaces/IntegratedCircuit/FundamentalTypes.jsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tgui/packages/tgui/interfaces/IntegratedCircuit/FundamentalTypes.jsx b/tgui/packages/tgui/interfaces/IntegratedCircuit/FundamentalTypes.jsx
index 0595b965058..c86cd10d712 100644
--- a/tgui/packages/tgui/interfaces/IntegratedCircuit/FundamentalTypes.jsx
+++ b/tgui/packages/tgui/interfaces/IntegratedCircuit/FundamentalTypes.jsx
@@ -17,7 +17,7 @@ export const FUNDAMENTAL_DATA_TYPES = {
setValue(value)}
width="96px"
/>
@@ -121,7 +121,7 @@ export const FUNDAMENTAL_DATA_TYPES = {
setValue(value)}
width="64px"
/>