|
|
@@ -69,9 +69,13 @@ exports[`Render should render component 1`] = `
|
|
|
<th>
|
|
|
Email
|
|
|
</th>
|
|
|
- <th>
|
|
|
- Permission
|
|
|
- </th>
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <th>
|
|
|
+ Permission
|
|
|
+ </th>
|
|
|
+ </Component>
|
|
|
<th
|
|
|
style={
|
|
|
Object {
|
|
|
@@ -156,9 +160,13 @@ exports[`Render should render team members 1`] = `
|
|
|
<th>
|
|
|
Email
|
|
|
</th>
|
|
|
- <th>
|
|
|
- Permission
|
|
|
- </th>
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <th>
|
|
|
+ Permission
|
|
|
+ </th>
|
|
|
+ </Component>
|
|
|
<th
|
|
|
style={
|
|
|
Object {
|
|
|
@@ -186,48 +194,51 @@ exports[`Render should render team members 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td
|
|
|
className="text-right"
|
|
|
>
|
|
|
@@ -253,48 +264,51 @@ exports[`Render should render team members 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td
|
|
|
className="text-right"
|
|
|
>
|
|
|
@@ -320,48 +334,51 @@ exports[`Render should render team members 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td
|
|
|
className="text-right"
|
|
|
>
|
|
|
@@ -387,48 +404,51 @@ exports[`Render should render team members 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td
|
|
|
className="text-right"
|
|
|
>
|
|
|
@@ -454,48 +474,51 @@ exports[`Render should render team members 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td
|
|
|
className="text-right"
|
|
|
>
|
|
|
@@ -579,9 +602,13 @@ exports[`Render should render team members when sync enabled 1`] = `
|
|
|
<th>
|
|
|
Email
|
|
|
</th>
|
|
|
- <th>
|
|
|
- Permission
|
|
|
- </th>
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <th>
|
|
|
+ Permission
|
|
|
+ </th>
|
|
|
+ </Component>
|
|
|
<th />
|
|
|
<th
|
|
|
style={
|
|
|
@@ -610,48 +637,51 @@ exports[`Render should render team members when sync enabled 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td>
|
|
|
<TagBadge
|
|
|
count={0}
|
|
|
@@ -693,48 +723,51 @@ exports[`Render should render team members when sync enabled 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td>
|
|
|
<TagBadge
|
|
|
count={0}
|
|
|
@@ -776,48 +809,51 @@ exports[`Render should render team members when sync enabled 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td>
|
|
|
<TagBadge
|
|
|
count={0}
|
|
|
@@ -859,48 +895,51 @@ exports[`Render should render team members when sync enabled 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td>
|
|
|
<TagBadge
|
|
|
count={0}
|
|
|
@@ -942,48 +981,51 @@ exports[`Render should render team members when sync enabled 1`] = `
|
|
|
<td>
|
|
|
test@test.com
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <div
|
|
|
- className="gf-form"
|
|
|
- >
|
|
|
- <Select
|
|
|
- autoFocus={false}
|
|
|
- backspaceRemovesValue={true}
|
|
|
- className="gf-form-select-box__control--menu-right"
|
|
|
- isClearable={false}
|
|
|
- isDisabled={true}
|
|
|
- isLoading={false}
|
|
|
- isMulti={false}
|
|
|
- isSearchable={false}
|
|
|
- maxMenuHeight={300}
|
|
|
- onChange={[Function]}
|
|
|
- openMenuOnFocus={false}
|
|
|
- options={
|
|
|
- Array [
|
|
|
+ <Component
|
|
|
+ featureToggle={false}
|
|
|
+ >
|
|
|
+ <td>
|
|
|
+ <div
|
|
|
+ className="gf-form"
|
|
|
+ >
|
|
|
+ <Select
|
|
|
+ autoFocus={false}
|
|
|
+ backspaceRemovesValue={true}
|
|
|
+ className="gf-form-select-box__control--menu-right"
|
|
|
+ isClearable={false}
|
|
|
+ isDisabled={true}
|
|
|
+ isLoading={false}
|
|
|
+ isMulti={false}
|
|
|
+ isSearchable={false}
|
|
|
+ maxMenuHeight={300}
|
|
|
+ onChange={[Function]}
|
|
|
+ openMenuOnFocus={false}
|
|
|
+ options={
|
|
|
+ Array [
|
|
|
+ Object {
|
|
|
+ "description": "Is team member",
|
|
|
+ "label": "Member",
|
|
|
+ "value": 0,
|
|
|
+ },
|
|
|
+ Object {
|
|
|
+ "description": "Can add/remove permissions and delete team.",
|
|
|
+ "label": "Admin",
|
|
|
+ "value": 4,
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ value={
|
|
|
Object {
|
|
|
"description": "Is team member",
|
|
|
"label": "Member",
|
|
|
"value": 0,
|
|
|
- },
|
|
|
- Object {
|
|
|
- "description": "Can add/remove permissions and delete team.",
|
|
|
- "label": "Admin",
|
|
|
- "value": 4,
|
|
|
- },
|
|
|
- ]
|
|
|
- }
|
|
|
- value={
|
|
|
- Object {
|
|
|
- "description": "Is team member",
|
|
|
- "label": "Member",
|
|
|
- "value": 0,
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- width={null}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </td>
|
|
|
-
|
|
|
+ width={null}
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </Component>
|
|
|
<td>
|
|
|
<TagBadge
|
|
|
count={0}
|