Skip to content

Commit

Permalink
chore: remove upload on image page
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Dec 11, 2024
1 parent fef5d0e commit c6d8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/playground/components/ground-images.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
placeholer={intl.formatMessage({
id: 'playground.input.prompt.holder'
})}
actions={['clear', 'upload']}
actions={['clear']}
defaultSize={{
minRows: 5,
maxRows: 5
Expand Down

0 comments on commit c6d8240

Please sign in to comment.