Skip to content
Snippets Groups Projects
Commit b9ff745b authored by chris's avatar chris
Browse files

remove reset app

parent d3e73627
No related branches found
No related tags found
No related merge requests found
Pipeline #61491 passed with stages
in 3 minutes and 12 seconds
......@@ -60,7 +60,6 @@ const Wax = forwardRef((props, innerViewRef) => {
useEffect(() => {
const newApplication = createApplication(props);
if (application) application.resetApp();
setApplication(newApplication);
const Layout = newApplication.container.get('Layout');
if (layout) Layout.setLayout(layout);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment