Skip to content

Commit

Permalink
fix: fix incorrect type for redis connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Oct 27, 2023
1 parent a4b2cb0 commit faa30b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Connections/connectionTypes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export const connectionTypes: ConnectionType[] = [
{
title: "Redis",
icon: "redis",
value: ConnectionValueType.AWS,
value: ConnectionValueType.Redis,
fields: [
{
label: "Name",
Expand Down

0 comments on commit faa30b7

Please sign in to comment.