mirror of
https://github.com/sasjs/server.git
synced 2026-01-06 14:10:06 +00:00
feat(log): added time to downloaded log name
This commit is contained in:
@@ -113,7 +113,7 @@ const LogChunk = (props: LogChunkProps) => {
|
||||
)}
|
||||
<FileDownloadIcon
|
||||
onClick={(evt: SyntheticEvent) => {
|
||||
download(evt, rowText, `log.${getLineRange('-')}`)
|
||||
download(evt, rowText, `.${getLineRange('-')}`)
|
||||
}}
|
||||
/>
|
||||
{errors && errors.length !== 0 && (
|
||||
|
||||
Reference in New Issue
Block a user