Skip to content

Commit 4ca7636

Browse files
authored
Merge pull request #434 from RedisInsight/redisgraph-change-empty-response-wording
Change redisgraph empty response wording.
2 parents 547267b + ccaca5c commit 4ca7636

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)