fix: pass correct fields to /queries to fix de submit query button
parent
da5fdd630d
commit
8608e28609
|
@ -395,9 +395,8 @@ export const editRawTextAsync = (
|
|||
try {
|
||||
const queries = await getQueryConfigAndStatus(url, [
|
||||
{
|
||||
text,
|
||||
id,
|
||||
queryConfig: {tags: {}, areTagsAccepted: true},
|
||||
query: text,
|
||||
},
|
||||
])
|
||||
const config = queries.find(q => q.id === id)
|
||||
|
|
Loading…
Reference in New Issue