Fix console log error on column settings load (#19886)
This commit is contained in:
parent
4cb2323458
commit
34c269310d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default class ColumnSettings extends React.PureComponent {
|
||||||
onRequestNotificationPermission: PropTypes.func,
|
onRequestNotificationPermission: PropTypes.func,
|
||||||
alertsEnabled: PropTypes.bool,
|
alertsEnabled: PropTypes.bool,
|
||||||
browserSupport: PropTypes.bool,
|
browserSupport: PropTypes.bool,
|
||||||
browserPermission: PropTypes.bool,
|
browserPermission: PropTypes.string,
|
||||||
};
|
};
|
||||||
|
|
||||||
onPushChange = (path, checked) => {
|
onPushChange = (path, checked) => {
|
||||||
|
|
Loading…
Reference in a new issue