Skip to content
Snippets Groups Projects
Commit ced8622c authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #15052 TIME 0:05 add note editor in actions

parent 04e7cb0c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@
</div>
</div>
</ng-container>
<div *ngIf="selectedRes.length > 0">
<app-note-editor #noteEditor [resIds]="selectedRes"></app-note-editor>
</div>
</div>
</div>
<span class="divider-modal"></span>
......
......@@ -31,6 +31,9 @@
</div>
</div>
</ng-container>
<div *ngIf="selectedRes.length > 0">
<app-note-editor #noteEditor [resIds]="selectedRes"></app-note-editor>
</div>
</div>
</div>
<span class="divider-modal"></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment