Commit cc1eb78
fix: rendering vended log diffs (#2243)
When the data source for vended logs gets updated and a new diff is
generated we would previously see the diff for `LogTypes` in the place
of both `LogTypes` and `Destinations`. This looks odd and masks any
changes that may have happened to `destinations` when the diff is
rendered.
Added logic to ensure that `logTypes` and `destinations` are displayed
correctly also adjusted several variable names.
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aws-amplify-bot <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 49eaf82 commit cc1eb78
1 file changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
381 | 382 | | |
382 | | - | |
383 | | - | |
| 383 | + | |
| 384 | + | |
384 | 385 | | |
385 | 386 | | |
386 | 387 | | |
| |||
0 commit comments