Skip to content

Commit 2ecd58e

Browse files
committed
Disable
1 parent 89a46a1 commit 2ecd58e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/app/features/alerting/unified/components/rules/RuleDetailsActionButtons.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ export const RuleDetailsActionButtons = ({ rule, rulesSource, isViewMode }: Prop
333333
* We should show it in development mode
334334
*/
335335
function shouldShowDeclareIncidentButton() {
336-
return !isOpenSourceEdition() || isLocalDevEnv();
336+
return false; // LOGZ.IO CHANGE :: DEV-46543 - show not "declare incident"
337+
// return !isOpenSourceEdition() || isLocalDevEnv();
337338
}
338339

339340
export const getStyles = (theme: GrafanaTheme2) => ({

0 commit comments

Comments
 (0)