Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 38e751b

Browse files
committed
fix(select-input): Fix import TooltipModule
1 parent f9ffcba commit 38e751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/todo/grids/todo-changes-grid/todo-change-select-input/todo-change-select-input.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { FormsModule } from '@angular/forms';
33
import { SharedModule } from '@rucken/web';
44
import { FooterButtonsModule, SelectInputModule, TextInputModule } from '@rucken/web';
55
import { ModalModule } from 'ngx-bootstrap/modal';
6-
import { TooltipModule } from 'ngx-bootstrap/ng2-bootstrap';
6+
import { TooltipModule } from 'ngx-bootstrap/tooltip';
77

88
import { TodoChangesListModalModule } from '../todo-changes-list-modal/todo-changes-list-modal.module';
99
import { TodoChangeSelectInputComponent } from './todo-change-select-input.component';

0 commit comments

Comments
 (0)