Skip to content

Commit 9fc922a

Browse files
Merge branch 'main' into fixes
2 parents 77b57a6 + a2e0aab commit 9fc922a

2 files changed

Lines changed: 4 additions & 2 deletions

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,

frontend/src/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ if ((environment as any).saas) {
7676

7777
bootstrapApplication(AppComponent, {
7878
providers: [
79-
importProvidersFrom(BrowserModule, AppRoutingModule, FormsModule, ReactiveFormsModule, RouterModule, DynamicModule, Angulartics2Module.forRoot(), ClipboardModule, DragDropModule, MarkdownModule.forRoot(), CodeEditorModule.forRoot(),
79+
importProvidersFrom(BrowserModule, AppRoutingModule, FormsModule, ReactiveFormsModule, RouterModule, DynamicModule, Angulartics2Module.forRoot(), ClipboardModule, DragDropModule, MarkdownModule.forRoot(), CodeEditorModule.forRoot({
80+
editorVersion: '0.44.0'
81+
}),
8082
// ...saasExtraModules,
8183
NgxThemeModule.forRoot(colorConfig, {
8284
frameworks: ['material'], // optional, default : ['tailwind', 'material']

0 commit comments

Comments
 (0)