From 593daa17bf5a5b16ddde2ac9f9707c1cb292a590 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sun, 1 Mar 2026 16:39:42 +0100 Subject: [PATCH] fix: move readOnly into inputProps on download token OutlinedInput --- frontend/src/routes/ConfigDetail.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/routes/ConfigDetail.tsx b/frontend/src/routes/ConfigDetail.tsx index 1f256fc..440947f 100644 --- a/frontend/src/routes/ConfigDetail.tsx +++ b/frontend/src/routes/ConfigDetail.tsx @@ -307,7 +307,6 @@ export default function ConfigDetail() { @@ -317,7 +316,7 @@ export default function ConfigDetail() { } - inputProps={{ style: { fontFamily: 'monospace', fontSize: 12 } }} + inputProps={{ readOnly: true, style: { fontFamily: 'monospace', fontSize: 12 } }} />