diff --git a/src/components/CustomChartLoader/CustomChartLoader.js b/src/components/CustomChartLoader/CustomChartLoader.js index 43d42839..c3321047 100644 --- a/src/components/CustomChartLoader/CustomChartLoader.js +++ b/src/components/CustomChartLoader/CustomChartLoader.js @@ -19,7 +19,7 @@ function LoadFromFile({ loading, load }) { } = useDropzone({ disabled: loading, onDrop, - accept: 'text/plan,text/javascript', + accept: 'text/plain,text/javascript,.js', maxFiles: 1, }) return (