Skip to content

Commit e6495df

Browse files
paulr34cursoragent
andcommitted
address review: keep selectedUcComponentIds name to minimize diff
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a1b8abc commit e6495df

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/util/common-mixin.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,12 @@ export default {
298298
)
299299
}
300300

301-
const selectedIds = Util.getClusterIdsByUcComponents(
301+
let selectedUcComponentIds = Util.getClusterIdsByUcComponents(
302302
this.$store.state.zap.studio.selectedUcComponents
303303
)
304+
304305
return requiredComponentIdList.filter(
305-
(id) => !selectedIds.includes(Util.extractUcClusterCode(id))
306+
(id) => !selectedUcComponentIds.includes(Util.extractUcClusterCode(id))
306307
)
307308
},
308309

0 commit comments

Comments
 (0)