Skip to content

Commit

Permalink
Correct custom threshold order in the rule list
Browse files Browse the repository at this point in the history
  • Loading branch information
maryam-saeidi committed Mar 22, 2024
1 parent e2da5af commit f208e64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ export const registerObservabilityRuleTypes = async (
'../components/custom_threshold/components/alert_details_app_section/alert_details_app_section'
)
),
priority: 5,
priority: 110,
});
};

0 comments on commit f208e64

Please sign in to comment.