diff --git a/front/pages/w/[wId]/builder/data-sources/[name]/databases/upsert.tsx b/front/pages/w/[wId]/builder/data-sources/[name]/databases/upsert.tsx index 18fe95bcb295..4d40f587ae45 100644 --- a/front/pages/w/[wId]/builder/data-sources/[name]/databases/upsert.tsx +++ b/front/pages/w/[wId]/builder/data-sources/[name]/databases/upsert.tsx @@ -20,6 +20,7 @@ import { SendNotificationsContext } from "@app/components/sparkle/Notification"; import { getDataSource } from "@app/lib/api/data_sources"; import { Authenticator, getSession, getUserFromSession } from "@app/lib/auth"; import { handleFileUploadToText } from "@app/lib/client/handle_file_upload"; +import { classNames } from "@app/lib/utils"; const { GA_TRACKING_ID = "" } = process.env; @@ -71,7 +72,7 @@ export const getServerSideProps: GetServerSideProps<{ }; }; -export default function DataSourceUpsert({ +export default function DatabaseUpsert({ user, owner, subscription, @@ -242,12 +243,12 @@ export default function DataSourceUpsert({