Skip to content

Commit

Permalink
fix: use correct name for template
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-fully-ported committed Oct 18, 2023
1 parent 980ff0b commit f39c455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const CreateDatabase: React.FC<Props> = ({
const [currentTemplate, setCurrentTemplate] = useState<any>(null);
const [databaseTemplates, setDatabaseTemplates] = useState<any[]>([
{
id: "rds-postgres",
id: "rds-postgresql",
icon: awsRDS,
name: "RDS Postgres",
description: "Amazon Relational Database Service (RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud.",
Expand Down

0 comments on commit f39c455

Please sign in to comment.