Skip to content

Commit f9f2fdf

Browse files
committed
fix: Incorrect cursor behavior in SQL Query Editor
1 parent 377193e commit f9f2fdf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/app/shared/utm-shared.module.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import {PasswordStrengthBarComponent} from './components/auth/password-strength/
3333
import { TfaSetupComponent } from './components/auth/tfa-setup/tfa-setup.component';
3434
import {TotpComponent} from './components/auth/totp/totp.component';
3535
import {CodeEditorComponent} from './components/code-editor/code-editor.component';
36+
import {QuerySuggestionsComponent} from './components/code-editor/components/query-suggestions/query-suggestions.component';
3637
import {ContactUsComponent} from './components/contact-us/contact-us.component';
3738
import {
3839
EmailSettingNotificactionComponent
@@ -247,9 +248,6 @@ import {TimezoneOffsetPipe} from './pipes/timezone-offset.pipe';
247248
import {UtmNotifier} from './websocket/utm-notifier';
248249
import {IsEnterpriseModuleDirective} from './directives/enterprise/enterprise.directive';
249250
import {ScheduleConfigComponent} from './components/schedule-config/schedule-config.component';
250-
import {
251-
QuerySuggestionsComponent
252-
} from "./components/code-editor/components/query-suggestions/query-suggestions.component";
253251

254252

255253
@NgModule({

0 commit comments

Comments
 (0)