Skip to content

Commit da8f64c

Browse files
authored
Merge pull request #1028 from utmstack/bugfix/10.5.20/update-agent-hostname
Bugfix/10.5.20/update agent hostname
2 parents c398da7 + 51128c7 commit da8f64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/shared/chart/types/visualization.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class VisualizationType {
2020
userModified?: number;
2121
aggregationType?: MetricDataType;
2222
chartAction?: any;
23-
systemOwner: boolean;
23+
systemOwner?: boolean;
2424

2525
}
2626

0 commit comments

Comments
 (0)