Skip to content

Commit b10cf13

Browse files
committed
#RI-3828 - Connection page in Redis Stack has no DB info
1 parent ab61a48 commit b10cf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/redisStack/components/edit-connection/EditConnection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const EditConnection = () => {
5555
try {
5656
setState(DEFAULT_STATE)
5757
isApiSubscribed = true
58-
const { data, status } = await apiService.get<Instance>(`${ApiEndpoints.INSTANCE}/${server.fixedDatabaseId}`)
58+
const { data, status } = await apiService.get<Instance>(`${ApiEndpoints.DATABASES}/${server.fixedDatabaseId}`)
5959
if (isStatusSuccessful(status) && isApiSubscribed) {
6060
setState({ ...state, loading: false, data })
6161
}

0 commit comments

Comments
 (0)