I have a function download File
export const showFile = (data) => { return new Promise ((resolve) => { const blob = (data instanceof Blob) ? data