Skip to content

Commit ac08953

Browse files
committed
Remove unused inner class name
1 parent c38d8ce commit ac08953

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/components/popover/Popover.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,6 @@ Popover.propTypes = {
193193
*/
194194
class_name: PropTypes.string,
195195

196-
/**
197-
* CSS class to apply to the Popover.
198-
*/
199-
inner_class_name: PropTypes.string,
200-
201196
/**
202197
* Used to allow user interactions to be persisted when the page is refreshed.
203198
* See https://dash.plotly.com/persistence for more details
@@ -238,13 +233,6 @@ Popover.propTypes = {
238233
*/
239234
className: PropTypes.string,
240235

241-
/**
242-
* **DEPRECATED** Use `inner_class_name` instead.
243-
*
244-
* CSS class to apply to the Popover.
245-
*/
246-
innerClassName: PropTypes.string,
247-
248236
/**
249237
* Dash-assigned callback that gets fired when the value changes.
250238
*/

0 commit comments

Comments
 (0)