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