Skip to content

Commit

Permalink
trying to fix frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Sep 11, 2023
1 parent c5829e7 commit e161a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h6>Manage Source</h6>
<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()"
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/app/components/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -89,6 +89,7 @@ import {DirectivesModule} from '../directives/directives.module';
BrowserModule,
NgxDatatableModule,
NgbModule,
NgbDropdownModule,
NgbCollapseModule,
FormsModule,
ReactiveFormsModule,
Expand Down

0 comments on commit e161a64

Please sign in to comment.