fix(navigate-away-promp): removed unnecessary destroyAll

This commit is contained in:
Johannes Eder 2021-08-06 15:50:46 +02:00 committed by Sarah Vaupel
parent ad3bf94c20
commit 7a0715906c

View File

@ -112,7 +112,6 @@ export class NavigateAwayPrompt {
if(this._unloadDueToSubmit) {
this._app.utilRegistry.destroyAll(this._element);
return;
}