Commit d0ff341b authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction d'un "app-" en "dbg-".

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -32,7 +32,7 @@
</td>
<td class="tag">{{ notif.tag }}</td>
<td class="value" *ngIf="notif.type === 'next'">
<app-dump-value [value]="notif.payload"></app-dump-value>
<dbg-dump-value [value]="notif.payload"></dbg-dump-value>
</td>
<td class="error" *ngIf="notif.type === 'error'">{{ notif.payload }}</td>
</tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment