We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<FileField>
1 parent 0155a34 commit 38b3bf2Copy full SHA for 38b3bf2
1 file changed
packages/ra-ui-materialui/src/field/FileField.tsx
@@ -67,7 +67,7 @@ export const FileField = <
67
const srcValue = get(file, src) || title;
68
69
return (
70
- <li key={index}>
+ <li key={index} onClick={e => e.stopPropagation()}>
71
<Link
72
href={srcValue}
73
title={fileTitleValue}
0 commit comments