You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/CommonComponents/LocationDrawingsModal.tsx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ interface IProps {
29
29
Location: OpenXDA.Types.Location;
30
30
Show: boolean;
31
31
SetShow: (b: boolean)=>void;
32
+
/** For use when keeping track of a single Location's error to display */
32
33
Errors: (e: string[])=>void;
33
-
/**
34
-
* For use with multiple LocationDrawingsModal's
35
-
*/
34
+
/** For use with multiple locations with multiple LocationDrawingsModal's */
Copy file name to clipboardExpand all lines: Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/Meter/PropertyUI/MeterLocationProperties.tsx
0 commit comments