fixes in DeviceCertificats and DeviceTasks dialogs

This commit is contained in:
tdv
2025-12-04 15:08:28 +02:00
parent f8f099cccc
commit 50850897c0
15 changed files with 296 additions and 38 deletions

View File

@@ -7,7 +7,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*","src/types/**/*"]
"@/*": ["./src/*","src/types/*"]
}
}
}