Skip to content

Commit

Permalink
fix(INTERNAL-1616): fix file uploads in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsumo committed Feb 6, 2025
1 parent 5a04a33 commit f2c028e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FormControlEditor/FormControlEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const FormControlEditor = React.forwardRef<HTMLDivElement, React.Componen
attachmentsUploading: tr('Uploading...'),
}}
onMount={onMountCallback}
uploadLink="/api/upload"
{...props}
/>
);
Expand Down

0 comments on commit f2c028e

Please sign in to comment.