Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}}
>
);
}
}
LogToolbar.propTypes = {
data: string,
fileName: string,
url: string.isRequired,
};
export default fetch(LogToolbar, ({ url }, config) => {
rawUrl = config.getAppURLBase() + url;
return rawUrl;
}, false) ;