Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Apr 6, 2023
1 parent 8bd7b3d commit 6fe4bdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export interface ExtraOptions {
ruleId?: string;
spaceId?: string;
status?: Status;
dnsIsPtrIncluded: boolean;
dnsIsPtrIncluded?: boolean;
}

export interface VisualizationEmbeddableProps extends LensEmbeddableComponentProps {
Expand Down

0 comments on commit 6fe4bdd

Please sign in to comment.