1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

Added warning when trying to print from InfoPanel

This commit is contained in:
Miguel Teixeira
2018-11-22 12:22:49 +00:00
parent b703c42ee3
commit 3414e2daf0

View File

@@ -789,6 +789,7 @@ class SnippetNoteDetail extends React.Component {
exportAsMd={this.showWarning} exportAsMd={this.showWarning}
exportAsTxt={this.showWarning} exportAsTxt={this.showWarning}
type={note.type} type={note.type}
print={this.showWarning}
/> />
</div> </div>
</div> </div>