dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Small fixes

Open Misiu opened this issue 2 years ago • 0 comments

While browsing the code in VS I noticed some small places that showed errors when I removed ignoreDeprecations in tsconfig.

I've added the missing semicolon in src/devices/configured-device-card.ts and also adjusted the type property in src/components/process-dialog.ts and src/components/remote-process.ts There was a missing cast in src/wizard/wizard-dialog.ts, so I've also added it.

Misiu avatar Sep 08 '23 13:09 Misiu