99053: Pass all queryParameters to advanced workflow pages by default

This commit is contained in:
Alexandre Vryghem
2023-02-10 15:52:51 +01:00
parent f0ceb645c7
commit 356962a571
9 changed files with 62 additions and 43 deletions

View File

@@ -0,0 +1,7 @@
export class LocationStub {
getState(): unknown {
return {};
}
}