Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PlanLine
web
Commits
c83b7cb0
Commit
c83b7cb0
authored
1 year ago
by
Gustavo Vicentini Deon
Browse files
Options
Download
Plain Diff
Merge branch 'task/85' into 'develop'
fix: adding modification in ISO See merge request
!58
parents
fa0e26d0
9d47f5be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/FileInput/index.tsx
+1
-1
src/components/FileInput/index.tsx
with
1 addition
and
1 deletion
+1
-1
src/components/FileInput/index.tsx
View file @
c83b7cb0
...
...
@@ -40,7 +40,7 @@ export const FileInput = ({ buttonState }: ButtonProps) => {
temporaryFileReader
.
onload
=
()
=>
{
resolve
(
temporaryFileReader
.
result
);
};
temporaryFileReader
.
readAsText
(
inputFile
,
'
ISO-8859-1
5
'
);
temporaryFileReader
.
readAsText
(
inputFile
,
'
ISO-8859-1
'
);
});
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment