From a60bea70c90be25ee243c22d78d7c16ae71b3046 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 18 Jul 2025 21:43:52 -0400 Subject: [PATCH] fix(ui): replace NumberInput with TextInput for read-only fields in LibraryEdit Signed-off-by: Deluan --- ui/src/library/LibraryEdit.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/src/library/LibraryEdit.jsx b/ui/src/library/LibraryEdit.jsx index f00fbf7c..3d981b07 100644 --- a/ui/src/library/LibraryEdit.jsx +++ b/ui/src/library/LibraryEdit.jsx @@ -11,7 +11,6 @@ import { useMutation, useNotify, useRedirect, - NumberInput, Toolbar, } from 'react-admin' import { Typography, Box } from '@material-ui/core' @@ -128,7 +127,7 @@ const LibraryEdit = (props) => { - { /> - { -