Skip to content

Commit

Permalink
fix issue 117
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Oct 11, 2024
1 parent 3c67850 commit 56aa8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/lora-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lora-package",
"version": "1.1.2",
"version": "1.1.2-1",
"description": "This is the Cumulocity LoRa plugin.",
"scripts": {
"start": "c8ycli server --env.extraWebpackConfig=./extra-webpack.config.js -u https://lora-dev.cumulocity.com --shell devicemanagement",
Expand Down
2 changes: 1 addition & 1 deletion web/lora-package/src/devices/devices.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class DevicesComponent implements OnInit {
getFieldFromElement(element: DeviceOperationElement): FormlyFieldConfig {
let field: FormlyFieldConfig = {
key: element.id,
templateOptions: { label: element.name },
props: { label: element.name },
};
if (element.value) {
field.defaultValue = element.value;
Expand Down

0 comments on commit 56aa8f5

Please sign in to comment.