Correcting DB name (#1631)

This commit is contained in:
Cesar Celis Hernandez
2022-02-27 01:40:08 -05:00
committed by GitHub
parent 1251232e30
commit be326c37d0

View File

@@ -43,7 +43,7 @@ export const notificationTransform = (
export const servicesList = [
{
actionTrigger: notifyPostgres,
targetTitle: "Postgres SQL",
targetTitle: "PostgreSQL",
logo: "/postgres-logo.svg",
},
{