We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
profileType
1 parent da2b047 commit 402dfd4Copy full SHA for 402dfd4
redisinsight/ui/src/pages/workbench/components/wb-results/WBResults/WBResults.tsx
@@ -105,7 +105,7 @@ const WBResults = (props: Props) => {
105
resultsMode={resultsMode}
106
db={db}
107
onQueryOpen={() => onQueryOpen(id)}
108
- onQueryProfile={profileType => handleQueryProfile(
+ onQueryProfile={(profileType) => handleQueryProfile(
109
profileType,
110
{ command, mode, resultsMode },
111
)}
0 commit comments