aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/controls/Modal.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/controls/Modal.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/controls/Modal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/controls/Modal.tsx b/server/sonar-web/src/main/js/components/controls/Modal.tsx
index 9ad4d652023..49349f98a37 100644
--- a/server/sonar-web/src/main/js/components/controls/Modal.tsx
+++ b/server/sonar-web/src/main/js/components/controls/Modal.tsx
@@ -57,7 +57,7 @@ interface Props extends ModalProps {
shouldCloseOnEsc?: boolean;
/* String indicating how the content container should be announced to screenreaders. */
- contentLabel: string;
+ contentLabel?: string;
}
export default function Modal(props: Props) {