fix: fix double view runs button
This commit is contained in:
@@ -241,15 +241,6 @@
|
||||
return buttons
|
||||
}
|
||||
|
||||
buttons.push({
|
||||
label: `View runs`,
|
||||
buttonProps: {
|
||||
href: `/runs/${script.path}`,
|
||||
size: 'xs',
|
||||
color: 'light',
|
||||
startIcon: History
|
||||
}
|
||||
})
|
||||
|
||||
if (Array.isArray(script.parent_hashes) && script.parent_hashes.length > 0) {
|
||||
buttons.push({
|
||||
|
||||
Reference in New Issue
Block a user