mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-19 11:41:04 +02:00
chore: fix string quotation
This commit is contained in:
parent
fa3774f2ba
commit
c0f1c2b238
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ export default function RunsPage() {
|
|||
{
|
||||
field: 'extra.run_id',
|
||||
op: '==',
|
||||
value: `"${run.id}"`,
|
||||
value: String(run.id),
|
||||
},
|
||||
],
|
||||
field: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue