mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
added new export type and fileName fix on download (#20641)
This commit is contained in:
parent
3503adb590
commit
5855ce5eaa
@ -121,7 +121,10 @@ export const EntityExportModalProvider = ({
|
||||
if (exportType !== ExportTypes.CSV) {
|
||||
await exportUtilClassBase.exportMethodBasedOnType({
|
||||
exportType,
|
||||
exportData,
|
||||
exportData: {
|
||||
...exportData,
|
||||
name: fileName,
|
||||
},
|
||||
});
|
||||
|
||||
handleCancel();
|
||||
|
||||
@ -13,4 +13,5 @@
|
||||
export enum ExportTypes {
|
||||
CSV = 'CSV',
|
||||
PNG = 'PNG',
|
||||
PDF = 'PDF',
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user