trying to fix frontend build

This commit is contained in:
Jason Kulatunga 2023-09-10 20:27:33 -07:00
parent c5829e7390
commit e161a64b32
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<div class="d-inline-block" ngbDropdown #actionsDrop="ngbDropdown">
<button
type="button"
class="btn btn-outline-indigo me-2"
class="btn btn-outline-indigo"
id="dropdownManual"
ngbDropdownAnchor
(focus)="actionsDrop.open()"

View File

@ -78,7 +78,7 @@ import {ListOrganizationComponent} from './list-generic-resource/list-organizati
import {ListPractitionerComponent} from './list-generic-resource/list-practitioner.component'
import {ListProcedureComponent} from './list-generic-resource/list-procedure.component'
import {ListServiceRequestComponent} from './list-generic-resource/list-service-request.component';
import {NgbCollapseModule, NgbModule} from '@ng-bootstrap/ng-bootstrap';
import {NgbCollapseModule, NgbModule, NgbDropdownModule} from '@ng-bootstrap/ng-bootstrap';
import {PipesModule} from '../pipes/pipes.module';
import {ResourceListOutletDirective} from './resource-list/resource-list-outlet.directive';
import {DirectivesModule} from '../directives/directives.module';
@ -89,6 +89,7 @@ import {DirectivesModule} from '../directives/directives.module';
BrowserModule,
NgxDatatableModule,
NgbModule,
NgbDropdownModule,
NgbCollapseModule,
FormsModule,
ReactiveFormsModule,