mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:04:44 -05:00
fix update details name
This commit is contained in:
@@ -217,7 +217,7 @@ const UpdateDetailsContent = ({
|
||||
<ResourceName
|
||||
// will be UsableResource because Components exists in this branch
|
||||
type={update.target.type as UsableResource}
|
||||
id={id}
|
||||
id={update.target.id}
|
||||
/>
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user