chore: fix string quotation

This commit is contained in:
Abhishek Kumar 2026-07-17 12:23:08 +05:30
parent fa3774f2ba
commit c0f1c2b238

View file

@ -493,7 +493,7 @@ export default function RunsPage() {
{
field: 'extra.run_id',
op: '==',
value: `"${run.id}"`,
value: String(run.id),
},
],
field: '',