From c6d82409a856f93212834278503a02b891bd99af Mon Sep 17 00:00:00 2001 From: jialin Date: Wed, 11 Dec 2024 18:42:29 +0800 Subject: [PATCH] chore: remove upload on image page --- src/pages/playground/components/ground-images.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/playground/components/ground-images.tsx b/src/pages/playground/components/ground-images.tsx index d47c2993..56d3af7e 100644 --- a/src/pages/playground/components/ground-images.tsx +++ b/src/pages/playground/components/ground-images.tsx @@ -540,7 +540,7 @@ const GroundImages: React.FC = forwardRef((props, ref) => { placeholer={intl.formatMessage({ id: 'playground.input.prompt.holder' })} - actions={['clear', 'upload']} + actions={['clear']} defaultSize={{ minRows: 5, maxRows: 5