Merge branch 'RED-10443' into 'master'
RED-10443 - 500 Error occurs when selecting ISO-8859-1 as Encoding Type for any CSV File Format Closes RED-10443 See merge request redactmanager/red-ui!714
This commit is contained in:
commit
72d57ca342
@ -21,6 +21,6 @@ export type FileAttributeConfigType = keyof typeof FileAttributeConfigTypes;
|
||||
export const FileAttributeEncodingTypes = {
|
||||
'UTF-8': 'UTF-8',
|
||||
ASCII: 'ASCII',
|
||||
ISO: 'ISO',
|
||||
ISO: 'ISO-8859-1',
|
||||
} as const;
|
||||
export type FileAttributeEncodingType = keyof typeof FileAttributeEncodingTypes;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user