IO-2715 Resolve vendor search select.

This commit is contained in:
Patrick Fic
2024-03-21 09:12:49 -07:00
parent 6831a79407
commit 6463e13eeb
5 changed files with 277 additions and 171 deletions

View File

@@ -12,6 +12,12 @@ import App from "./App";
import * as Sentry from "@sentry/react";
import themeProvider from "./themeProvider";
import { Userpilot } from 'userpilot'
// Initialize Userpilot
if(import.meta.env.DEV){
Userpilot.initialize('NX-69145f08');
}
dayjs.locale("en");