This commit is contained in:
tiago.kayaya
2021-06-17 16:54:03 +01:00
parent cf35adad2d
commit 61774d165a
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -1311,6 +1311,7 @@ export class AgendaPage implements OnInit {
} else {
this.timelineFilterState = segments
}
this.showTimelineFilterState = false;
}
}
@@ -8,15 +8,12 @@ import { NewEventPageRoutingModule } from './new-event-routing.module';
import { NewEventPage } from './new-event.page';
import { NgbDate, NgbModule } from '@ng-bootstrap/ng-bootstrap';
@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
NewEventPageRoutingModule,
// NgbModule,
],
declarations: [NewEventPage]
})