fix description key name
This commit is contained in:
parent
5de95e226f
commit
1ea092635d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export default {
|
||||||
name: "Set Feed Value",
|
name: "Set Feed Value",
|
||||||
inputsInline: true,
|
inputsInline: true,
|
||||||
colour: 300,
|
colour: 300,
|
||||||
descritpion: "Publish the specified data point to the specified Feed.",
|
description: "Publish the specified data point to the specified Feed.",
|
||||||
|
|
||||||
mixins: ['replaceDropdownOptions'],
|
mixins: ['replaceDropdownOptions'],
|
||||||
extensions: ['populateFeedDropdown'],
|
extensions: ['populateFeedDropdown'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue