diff --git a/frontend/src/Widget.jsx b/frontend/src/Widget.jsx index 403e942..598e905 100644 --- a/frontend/src/Widget.jsx +++ b/frontend/src/Widget.jsx @@ -255,7 +255,7 @@ function Widget() { useEffect(() => { console.log('window.location', window.location); - widgetApi.current = new WidgetApi(); + widgetApi.current = new WidgetApi('50aaf929-a90d-4507-9ecc-cd0620d1c780'); console.log('widget api', widgetApi.current);