From 87ca3a0fc3f83609a1eafa58196b9366b02b01c3 Mon Sep 17 00:00:00 2001 From: Rares Mardare Date: Mon, 15 Apr 2024 15:55:19 +0300 Subject: [PATCH] Prevent SN modal closing on outer click (#4219) # What this PR does Added `closeOnBackdropClick` prop to `Complete Your ServiceNow Config` modal --- .../CompleteServiceNowConfigModal.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/grafana-plugin/src/containers/ServiceNowConfigDrawer/CompleteServiceNowConfigModal.tsx b/grafana-plugin/src/containers/ServiceNowConfigDrawer/CompleteServiceNowConfigModal.tsx index 542682b9..8f9b2581 100644 --- a/grafana-plugin/src/containers/ServiceNowConfigDrawer/CompleteServiceNowConfigModal.tsx +++ b/grafana-plugin/src/containers/ServiceNowConfigDrawer/CompleteServiceNowConfigModal.tsx @@ -42,7 +42,13 @@ export const CompleteServiceNowModal: React.FC +