Skip to content

Commit 1df7c11

Browse files
committed
Update schema.ts
1 parent 93e0136 commit 1df7c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/types/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const ENCLOSURE_TYPES = {
2323
"1590BB": { width: 119.5, height: 94, depth: 30, rotatesLabels: true, cornerStyle: "rounded" as const, rotatesLabels: true },
2424
"1590BB2": { width: 120, height: 94, depth: 34, rotatesLabels: true, cornerStyle: "rounded" as const, rotatesLabels: true },
2525
"1590DD": { width: 188, height: 120, depth: 33, rotatesLabels: true, cornerStyle: "rounded" as const, rotatesLabels: true },
26-
"1590XX": { width: 145, height: 120, depth: 35, cornerStyle: "rounded" as const, rotatesLabels: true },
26+
"1590XX": { width: 145, height: 120, depth: 35, rotatesLabels: true, cornerStyle: "rounded" as const, rotatesLabels: true },
2727
} as const;
2828

2929
export type EnclosureType = keyof typeof ENCLOSURE_TYPES;

0 commit comments

Comments
 (0)