1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Use selected role when creating screens

This commit is contained in:
Andrew Kingston 2022-02-17 09:41:44 +00:00
parent 953c6b13bf
commit 22a1c9ed3c
2 changed files with 2690 additions and 0 deletions

View file

@ -74,6 +74,7 @@
}
draftScreen.routing.route = route
draftScreen.routing.roleId = roleId
await store.actions.screens.save(draftScreen)
if (draftScreen.props._instanceName.endsWith("List")) {

2689
packages/client/stats.html Normal file

File diff suppressed because one or more lines are too long