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, tooltip: null,
}, },
{ {
icon: (props: SVGProps<SVGSVGElement>) => <Strapi {...props} />, icon: (props: SVGProps<SVGSVGElement>) => <MySql {...props} />,
label: "MySQL", label: "MySQL",
tooltip: null, tooltip: null,
}, },