File tree Expand file tree Collapse file tree
apps/webapp/app/components/runs/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,17 +227,11 @@ export function AddSmartColumnDialog({
227227 No { source } value for this run.
228228 </ Paragraph >
229229 ) : (
230- < >
231- < SmartColumnSample
232- value = { parsed . value }
233- activePath = { path . trim ( ) }
234- onSelectPath = { setPath }
235- />
236- < Paragraph variant = "extra-small" className = "text-text-dimmed" >
237- Click a value to use its path. Expand objects and arrays to reach the value you
238- want.
239- </ Paragraph >
240- </ >
230+ < SmartColumnSample
231+ value = { parsed . value }
232+ activePath = { path . trim ( ) }
233+ onSelectPath = { setPath }
234+ />
241235 ) }
242236 < Paragraph variant = "extra-extra-small/dimmed/caps" className = "mt-2" >
243237 Resolves to
@@ -272,9 +266,6 @@ function SampleRunPicker({
272266} ) {
273267 return (
274268 < div className = "flex flex-none items-center gap-1 text-xs text-text-dimmed" >
275- < span className = "tabular-nums" >
276- { index + 1 } /{ total }
277- </ span >
278269 < button
279270 type = "button"
280271 onClick = { onPrev }
You can’t perform that action at this time.
0 commit comments