Add post_install button to ScriptItem component in Script.tsx
This commit is contained in:
@@ -153,6 +153,13 @@ function ScriptItem() {
|
||||
</Link>
|
||||
</Button>
|
||||
)}
|
||||
{item.post_install && (
|
||||
<Button variant="outline" asChild>
|
||||
<Link target="_blank" href={item.post_install}>
|
||||
Post Install
|
||||
</Link>
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user