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.
2 parents ab61a48 + b10cf13 commit d702cedCopy full SHA for d702ced
redisinsight/ui/src/pages/redisStack/components/edit-connection/EditConnection.tsx
@@ -55,7 +55,7 @@ const EditConnection = () => {
55
try {
56
setState(DEFAULT_STATE)
57
isApiSubscribed = true
58
- const { data, status } = await apiService.get<Instance>(`${ApiEndpoints.INSTANCE}/${server.fixedDatabaseId}`)
+ const { data, status } = await apiService.get<Instance>(`${ApiEndpoints.DATABASES}/${server.fixedDatabaseId}`)
59
if (isStatusSuccessful(status) && isApiSubscribed) {
60
setState({ ...state, loading: false, data })
61
}
0 commit comments