Skip to content
Snippets Groups Projects
Commit 970b7e57 authored by ali asaria's avatar ali asaria
Browse files

sureness

parent e2c8c77e
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,9 @@ export default function Workflows({ experimentInfo }) {
onClick={async () => {
if (
confirm(
'Are you sure you want to delete this workflow?'
'Are you sure you want to delete workflow ' +
selectedWorkflow?.name +
'?'
)
) {
await fetch(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment