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.
1 parent 02b562b commit 1fb6264Copy full SHA for 1fb6264
redisinsight/ui/src/slices/workbench/wb-results.ts
@@ -219,7 +219,7 @@ export function sendWBCommandAction({
219
const { data, status } = await apiService.post<CommandExecution[]>(
220
getUrl(
221
id,
222
- ApiEndpoints.WORKBENCH_COMMANDS_EXECUTION,
+ ApiEndpoints.WORKBENCH_COMMAND_EXECUTIONS,
223
),
224
{
225
commands,
@@ -270,7 +270,7 @@ export function sendWBCommandClusterAction({
270
271
272
273
274
275
276
...options,
0 commit comments