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:
Faton Ramadani
2024-02-06 22:14:16 +01:00
committed by GitHub
parent 0af0aae0b5
commit 83b8d628f0

View File

@@ -391,7 +391,7 @@
label: 'Delete',
Icon: Trash,
onclick: async () => {
deleteScript(script.path)
deleteScript(script.hash)
},
color: 'red'
})