Skip to content

Commit

Permalink
[FEATURE] Deleting detectors should delete all related dashboards (in…
Browse files Browse the repository at this point in the history
…cluding index-patterns and visualisations) opensearch-project#509

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Apr 12, 2023
1 parent 520074d commit 6c71372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/store/DetectorsStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface IDetectorsStore {
setState: (state: IDetectorsState, history: RouteComponentProps['history']) => void;
getState: () => IDetectorsState | undefined;
deleteState: () => void;
clearNotifications: () => void;
resolvePendingCreationRequest: () => Promise<{
detectorId?: string;
dashboardId?: string;
Expand Down

0 comments on commit 6c71372

Please sign in to comment.