Skip to content

Commit

Permalink
Restrict activeStyle type.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu2018 committed May 10, 2024
1 parent 9666a12 commit a4a65a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ReactViews/FeatureInfo/FeatureInfoSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class FeatureInfoSection extends React.Component<FeatureInfoProps> {
currentTime?: Date;
timeSeries?: TimeSeriesContext;
rawDataTable?: string;
activeStyle?: Object;
activeStyle?: { id: string | undefined } | undefined;
} = {
partialByName: mustacheRenderPartialByName(
this.props.catalogItem.featureInfoTemplate?.partials ?? {},
Expand Down

0 comments on commit a4a65a2

Please sign in to comment.