Commit 98092ba
committed
fix: Populate JSON and Original tabs in atomic conversion
Fixed data mapping issue where atomic conversion was not properly
setting JSON and Original data for the tabs:
- Set jsonOutput state with response.data.data.json
- Set originalDataOutput state (not originalData)
- Ensures all three tabs (YAML, JSON, ORIGINAL) display data
Backend was returning correct data structure, issue was frontend
state variable mapping in atomic conversion handler.1 parent c93b331 commit 98092ba
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments