Skip to content

Commit a434358

Browse files
committed
Merge branch 'develop' of https://github.com/ngageoint/mage-server into event-form-upgrade
2 parents 7ad3f0c + 514fc7f commit a434358

File tree

5 files changed

+0
-2
lines changed

5 files changed

+0
-2
lines changed

web-app/admin/src/app/admin/admin-event/create-form/create-form.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { MatDialogRef, MAT_DIALOG_DATA, MatDialog } from '@angular/material/dial
33
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
44
import { EventsService } from '../events.service';
55
import { Event } from 'src/app/filter/filter.types';
6-
import { FieldDialogComponent, FieldDialogData } from '../admin-event-form/form-details/field-dialog/field-dialog.component';
76
import { Field } from '../admin-event-form/form-details/observation-feed-helper';
87

98
/**

web-app/admin/src/app/admin/admin-event/event-details/event-details.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Component, OnInit, OnDestroy, Inject, ViewChild } from '@angular/core';
2-
import { trigger, transition, style, animate, query } from '@angular/animations';
32
import { StateService } from '@uirouter/angular';
43
import { MatDialog } from '@angular/material/dialog';
54
import { PageEvent } from '@angular/material/paginator';

web-app/admin/src/app/admin/admin-event/event-form-create/event-form-create.component.html

Whitespace-only changes.

web-app/admin/src/app/admin/admin-event/event-form-create/event-form-create.component.scss

Whitespace-only changes.

web-app/admin/src/app/admin/admin-event/event-form-create/event-form-create.component.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)