Merge branch 'w2p-98211_advanced-workflow-actions-7.2' into w2p-98211_advanced-workflow-actions-main

This commit is contained in:
Alexandre Vryghem
2023-02-10 15:55:09 +01:00
8 changed files with 62 additions and 42 deletions

View File

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