Skip to content
Snippets Groups Projects
Unverified Commit 34c26931 authored by Sunny Ripert's avatar Sunny Ripert Committed by GitHub
Browse files

Fix console log error on column settings load (#19886)

parent 4cb23234
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ export default class ColumnSettings extends React.PureComponent {
onRequestNotificationPermission: PropTypes.func,
alertsEnabled: PropTypes.bool,
browserSupport: PropTypes.bool,
browserPermission: PropTypes.bool,
browserPermission: PropTypes.string,
};
onPushChange = (path, checked) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment