Add basic role by default to new screens

This commit is contained in:
Andrew Kingston 2020-12-04 14:06:55 +00:00
parent 58c2659e94
commit 69b2261768
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export class Screen extends BaseStructure {
}, },
routing: { routing: {
route: "", route: "",
roleId: "", roleId: "BASIC",
}, },
name: "screen-id", name: "screen-id",
} }