fix: view note on protected notes warning not dismissing warning

This commit is contained in:
Antonella Sgarlatta
2021-08-09 12:28:51 -03:00
parent e82e27ddb6
commit 083d8f592e
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#editor-column.section.editor.sn-component(aria-label='Note')
protected-note-panel.h-full.flex.justify-center.items-center(
ng-if='self.appState.notes.showProtectedWarning'
ng-if='self.state.showProtectedWarning'
app-state='self.appState'
on-view-note='self.dismissProtectedWarning()'
)