Skip to content

Commit

Permalink
fixup! feat(components): use downshift for lineage filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Zarzalis (TNG) committed Jan 20, 2025
1 parent e003ff2 commit 95bc4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/web-components/input/gs-location-filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class LocationFilterComponent extends PreactLitAdapter {
* The initial value to use for this location filter.
*/
@property({ type: Object })
value: Record<string, string | null | undefined> | undefined = undefined;
value: Record<string, string | undefined> | undefined = undefined;

/**
* Required.
Expand Down

0 comments on commit 95bc4e6

Please sign in to comment.