Skip to content

Commit 43ed13f

Browse files
committed
cleanup
1 parent 0d1832a commit 43ed13f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/app/shared/forms/planet-tag-input.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ import { PlanetTagInputDialogComponent } from './planet-tag-input-dialog.compone
1313
import { dedupeShelfReduce } from '../utils';
1414

1515
interface SelectedDialogTag { tagId: string; indeterminate: boolean; }
16-
1716
type DialogStartingTag = string | SelectedDialogTag;
18-
1917
interface TagWithId extends Record<string, unknown> { _id: string; }
20-
2118
interface FilteredDataItem { _id: string; tags?: TagWithId[]; }
22-
2319
interface PlanetTagDialogData {
2420
tagUpdate: (tag: string, isSelected: boolean, tagOne?: boolean) => void;
2521
initTags: (editedId?: string) => void;
@@ -39,7 +35,6 @@ interface PlanetTagDialogData {
3935
{ provide: MatFormFieldControl, useExisting: PlanetTagInputComponent }
4036
]
4137
})
42-
4338
export class PlanetTagInputComponent implements ControlValueAccessor, OnInit, OnChanges, OnDestroy {
4439

4540
static nextId = 0;

0 commit comments

Comments
 (0)