Skip to content

Commit

Permalink
[INLONG-7955][Dashboard] Change the consumption query method from get…
Browse files Browse the repository at this point in the history
… to post (#7956)
  • Loading branch information
bluewang authored May 5, 2023
1 parent 5dea04d commit 5b3598f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inlong-dashboard/src/ui/pages/ConsumeDashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const Comp: React.FC = () => {
} = useRequest(
{
url: '/consume/list',
params: options,
method: 'POST',
data: options,
},
{
refreshDeps: [options],
Expand Down

0 comments on commit 5b3598f

Please sign in to comment.