Fix #620 - Add confirmation dialog for notifications clear
This commit is contained in:
parent
4d23a85c29
commit
b9345b3fc6
2 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,8 @@ const iconStyle = {
|
|||
position: 'absolute',
|
||||
right: '48px',
|
||||
top: '0',
|
||||
cursor: 'pointer'
|
||||
cursor: 'pointer',
|
||||
zIndex: '2'
|
||||
};
|
||||
|
||||
const ClearColumnButton = ({ onClick }) => (
|
||||
|
|
Reference in a new issue