Skip to content

Commit

Permalink
fix name to be consistent with other methods
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Feb 19, 2025
1 parent 809c361 commit 2249c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ZclDeviceTypeFeatureManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export default {
let editContext = {
action: 'boolean',
endpointTypeIdList: this.endpointTypeIdList,
selectedEndpoint: this.selectedEndpointId,
selectedEndpoint: this.selectedEndpointTypeId,
id: attribute.id,
value: attribute.value,
listType: 'selectedAttributes',
Expand Down

0 comments on commit 2249c0b

Please sign in to comment.