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

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,
},