Merge pull request #3620 from thornbill/update-dialog-routing

Update dialog history handling
This commit is contained in:
Bill Thornton 2022-06-09 14:16:50 -04:00 committed by GitHub
commit 1dbbb4c65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 57 additions and 46 deletions

View file

@ -560,11 +560,6 @@ import { appRouter } from '../components/appRouter';
serverRequest: true
});
defineRoute({
path: '/dialog',
dummyRoute: true
});
defineRoute({
path: '/',
autoFocus: false,