Skip to content

Commit

Permalink
Take care that something is shown when opening the duration field
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Dec 18, 2024
1 parent 1442a18 commit bc132f9
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 1,037 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { CommonModule } from '@angular/common';

import { I18nService } from 'core-app/core/i18n/i18n.service';
import { OpModalSingleDatePickerComponent } from './modal-single-date-picker/modal-single-date-picker.component';
import { OpWpMultiDateFormComponent } from './wp-multi-date-form/wp-multi-date-form.component';
import { OpWpSingleDateFormComponent } from './wp-single-date-form/wp-single-date-form.component';
import { OpBasicDatePickerModule } from './basic-datepicker.module';
import { OpSpotModule } from 'core-app/spot/spot.module';
Expand All @@ -35,15 +34,13 @@ import { OpWpModalDatePickerComponent } from 'core-app/shared/components/datepic

declarations: [
OpModalSingleDatePickerComponent,
OpWpMultiDateFormComponent,
OpWpSingleDateFormComponent,
OpDatePickerSheetComponent,
OpWpModalDatePickerComponent,
],

exports: [
OpModalSingleDatePickerComponent,
OpWpMultiDateFormComponent,
OpWpSingleDateFormComponent,
OpBasicDatePickerModule,
OpDatePickerSheetComponent,
Expand Down

This file was deleted.

Loading

0 comments on commit bc132f9

Please sign in to comment.