fix(frontend): Fix delete script (#3166)
* fix(frontend): fix delete action on the script detail page * fix(frontend): fix delete action on the script detail page
This commit is contained in:
@@ -391,7 +391,7 @@
|
||||
label: 'Delete',
|
||||
Icon: Trash,
|
||||
onclick: async () => {
|
||||
deleteScript(script.path)
|
||||
deleteScript(script.hash)
|
||||
},
|
||||
color: 'red'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user