This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 358c0185e6 [INLONG-8500][Dashboard] Fix stream data preview url error
(#8501)
358c0185e6 is described below
commit 358c0185e685b4ee1a8896b3024d1d7408e0f2dd
Author: haifxu <[email protected]>
AuthorDate: Tue Jul 11 20:07:55 2023 +0800
[INLONG-8500][Dashboard] Fix stream data preview url error (#8501)
---
inlong-dashboard/src/ui/pages/GroupDetail/DataStream/PreviewModal.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/inlong-dashboard/src/ui/pages/GroupDetail/DataStream/PreviewModal.tsx
b/inlong-dashboard/src/ui/pages/GroupDetail/DataStream/PreviewModal.tsx
index 001152bb9b..69620bf6bd 100644
--- a/inlong-dashboard/src/ui/pages/GroupDetail/DataStream/PreviewModal.tsx
+++ b/inlong-dashboard/src/ui/pages/GroupDetail/DataStream/PreviewModal.tsx
@@ -64,7 +64,7 @@ const Comp: React.FC<Props> = ({ inlongGroupId,
inlongStreamId, ...modalProps })
const { data: previewData, run: getPreviewData } = useRequest(
{
- url: '/stream/queryMessage',
+ url: '/stream/listMessage',
params: {
groupId: inlongGroupId,
streamId: inlongStreamId,