Update enterprise-data-source.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-28 11:10:20 +01:00 committed by GitHub
parent a189aaa51d
commit a5f12aad75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -315,7 +315,7 @@ const list1 = [
tooltip: null,
},
{
icon: (props: SVGProps<SVGSVGElement>) => <Strapi {...props} />,
icon: (props: SVGProps<SVGSVGElement>) => <MySql {...props} />,
label: "MySQL",
tooltip: null,
},