Commit db37bc0
fix(traceSummary): Move size prop to correct FeedbackButton branch
The second FeedbackButton instance had size='xs' on the wrong conditional branch. The TopBar.Slot branch should omit the size prop to inherit from SizeContext, while the fallback branch needs size='xs' for backward compatibility.
Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>1 parent 617ff8f commit db37bc0
File tree
1 file changed
+1
-1
lines changed- static/app/views/performance/newTraceDetails
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
| |||
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments