Commit 9adccdb
fix: use nodeType instead of isEnvelope for icon display
Change isEnvelope computed property to check nodeType === 'envelope'
instead of looking for a dedicated isEnvelope field.
This aligns with the backend response structure and ensures envelope
icons are displayed correctly immediately after creation.
Signed-off-by: Vitor Mattos <[email protected]>1 parent 1fa1e7c commit 9adccdb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments