mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
chore(lint): lint fix
This commit is contained in:
@@ -64,7 +64,10 @@ const Main = (props: any) => {
|
|||||||
setEditMode(false)
|
setEditMode(false)
|
||||||
} else {
|
} else {
|
||||||
window.open(
|
window.open(
|
||||||
`${baseUrl}/SASjsExecutor/do?_program=${props.selectedFilePath.replace(/.sas$/, "")}`
|
`${baseUrl}/SASjsExecutor/do?_program=${props.selectedFilePath.replace(
|
||||||
|
/.sas$/,
|
||||||
|
''
|
||||||
|
)}`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user