Added movability of dialogs
This commit is contained in:
@@ -23,8 +23,8 @@ const initializeUserRights = async() => {
|
||||
defaults: { title: "rights"}
|
||||
});
|
||||
await UserRightType.findOrCreate({
|
||||
where: { title: "interrests"},
|
||||
defaults: { title: "interrests"}
|
||||
where: { title: "interests"},
|
||||
defaults: { title: "interests"}
|
||||
});
|
||||
await UserRightType.findOrCreate({
|
||||
where: { title: "falukant"},
|
||||
|
||||
Reference in New Issue
Block a user