mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
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