code fixes and adding modal

This commit is contained in:
2025-09-12 08:21:52 +01:00
parent fae17b88a4
commit d03f73f751
24 changed files with 524 additions and 303 deletions

View File

@@ -34,7 +34,7 @@ export type CameraSettingValues = {
cameraAddress: string;
userName: string;
password: string;
setupCamera: number;
id: number;
};
export type CameraSettingErrorValues = Partial<
@@ -113,7 +113,6 @@ export type VersionFieldType = {
"Model No.": string;
};
export type Metadata = {
npedJSON: NpedJSON;
"hotlist-matches": HotlistMatches;