mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-15 17:53:44 +08:00
Allow subscription nag to be dismissed once per session (#248)
This commit is contained in:
parent
11507917a8
commit
1a1153cfa7
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ export default class PleaseSubscribeNotification extends React.Component {
|
|||
return (
|
||||
<Notification
|
||||
priority="0"
|
||||
isDismissable={true}
|
||||
title={this.state.msg}
|
||||
actions={[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue