We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3aa27 commit 7209dc2Copy full SHA for 7209dc2
src/SIL.XForge.Scripture/ClientApp/src/app/translate/editor/editor-draft/editor-draft.component.html
@@ -83,12 +83,13 @@
83
}
84
</button>
85
</span>
86
- } @else {
87
- <app-notice icon="warning" type="warning" mode="fill-dark">
88
- {{ "editor_draft_tab.cannot_import" | transloco }}
89
- </app-notice>
90
91
</div>
+ @if (!canApplyDraft) {
+ <app-notice icon="warning" type="warning" mode="fill-dark">
+ {{ "editor_draft_tab.cannot_import" | transloco }}
+ </app-notice>
92
+ }
93
94
95
} @else {
0 commit comments