fix: update uniqueIdentifier assignment for marketplace plugins (#14385)
This commit is contained in:
parent
1aaab741a0
commit
b10cbb9b20
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ export const useInstallOrUpdate = ({
|
|||
}
|
||||
if (item.type === 'marketplace') {
|
||||
const data = item as GitHubItemAndMarketPlaceDependency
|
||||
uniqueIdentifier = data.value.plugin_unique_identifier! || plugin[i]?.plugin_id
|
||||
uniqueIdentifier = data.value.marketplace_plugin_unique_identifier! || plugin[i]?.plugin_id
|
||||
if (uniqueIdentifier === installedPayload?.uniqueIdentifier) {
|
||||
return {
|
||||
success: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue