Skip to content

Commit 76411b3

Browse files
authored
fix misleading comment (#1347)
1 parent 5697d9d commit 76411b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/dashboard/db-table-view/db-table-widgets/db-table-widgets.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export class DbTableWidgetsComponent implements OnInit {
170170
`,
171171
Number: `// Configure number display with unit conversion and threshold validation
172172
// Example units: "bytes", "meters", "seconds", "grams"
173-
// threshold_min/threshold_max: Values outside these limits will be highlighted in red
173+
// threshold_min/threshold_max: Values outside these limits will be highlighted
174174
{
175175
"unit": null,
176176
"threshold_min": null,

0 commit comments

Comments
 (0)