Document share dialog should allow inviting new users (#6827)
closes #6796
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { computed, observable } from "mobx";
|
||||
import { TeamPreferenceDefaults } from "@shared/constants";
|
||||
import { TeamPreference, TeamPreferences } from "@shared/types";
|
||||
import { TeamPreference, TeamPreferences, UserRole } from "@shared/types";
|
||||
import { stringToColor } from "@shared/utils/color";
|
||||
import Model from "./base/Model";
|
||||
import Field from "./decorators/Field";
|
||||
@@ -58,7 +58,7 @@ class Team extends Model {
|
||||
|
||||
@Field
|
||||
@observable
|
||||
defaultUserRole: string;
|
||||
defaultUserRole: UserRole;
|
||||
|
||||
@Field
|
||||
@observable
|
||||
|
||||
Reference in New Issue
Block a user