Skip to content

Commit

Permalink
Fix: AI - Connect is not taking the user back to the editor [ED-14362]
Browse files Browse the repository at this point in the history
  • Loading branch information
matipojo committed May 19, 2024
1 parent 626edbe commit 992e16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ai/assets/js/editor/app.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { ThemeProvider, DirectionProvider } from '@elementor/ui';
import PropTypes from 'prop-types';
import PageContent from './page-content';
import { onConnect } from './helpers';
import { RequestIdsProvider } from './context/requests-ids';
import { onConnect } from './utils/editor-integration';

const App = ( props ) => {
return (
Expand Down

0 comments on commit 992e16b

Please sign in to comment.