diff --git a/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-overlay/component.jsx b/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-overlay/component.jsx index 0ad127fd71..8c4db34763 100755 --- a/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-overlay/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/whiteboard/whiteboard-overlay/component.jsx @@ -271,6 +271,8 @@ WhiteboardOverlay.propTypes = { textFontSize: PropTypes.number.isRequired, // Text shape value textShapeValue: PropTypes.string.isRequired, + // Fill shape + fill: PropTypes.bool.isRequired, }).isRequired, // Defines a function which resets the current state of the text shape drawing resetTextShapeSession: PropTypes.func.isRequired,