Skip to content

Commit

Permalink
SNRGY-2927: fix device-class creation by removing generated id
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoRoessner committed Oct 25, 2023
1 parent 89f659b commit 6287143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class DeviceClassesComponent implements OnInit, OnDestroy {
dialogConfig.autoFocus = true;
dialogConfig.data = {
deviceClass: {
id: 'urn:infai:ses:device-class:' + uuid(),
id: '',
image: '',
name: '',
} as DeviceTypeDeviceClassModel,
Expand Down

0 comments on commit 6287143

Please sign in to comment.