Skip to content

Commit

Permalink
Merge pull request #2347 from opengovern/ui-changes
Browse files Browse the repository at this point in the history
fix; parameters
  • Loading branch information
mohamadch91 authored Jan 2, 2025
2 parents 78729b9 + 62cdd69 commit 8f01a7f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion services/web-ui/src/pages/Search/Query/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ export default function Query() {
.schema_ids[0]
)
}
else{
setExpanded(-1)
}
}}
headerText={
<span className=" text-sm">
Expand Down Expand Up @@ -516,9 +519,17 @@ export default function Query() {
table.table_name
)
}
else{
setExpanded1(-1)
}
}}
headerText={
<span className=" text-sm">
<span onClick={(e)=>{
e.preventDefault()
e.stopPropagation()
setCode(code + `${table?.table_name}`)

}} className=" text-sm">
{
table?.table_name
}
Expand Down

0 comments on commit 8f01a7f

Please sign in to comment.