Skip to content

Commit ccaca5c

Browse files
committed
Change redisgraph empty response wording.
1 parent 547267b commit ccaca5c

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/packages/redisgraph/src

1 file changed

+1
-1
lines changed

redisinsight/ui/src/packages/redisgraph/src/Graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function Graph(props: { graphKey: string, data: any[] }) {
4545
let edgeIds = new Set(parsedResponse.edges.map(e => e.id))
4646

4747
if (nodeIds.size === 0 && parsedResponse.nodeIds.length === 0) {
48-
return <div className="responseFail">No vizualization data.</div>
48+
return <div className="responseFail">No data to visualize. Switch to Text view to see raw information.</div>
4949
}
5050

5151
let data = {

0 commit comments

Comments
 (0)