mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
[PM-20633] rename personal ownership (#15228)
* sensible renames * renames * clean up comments
This commit is contained in:
@@ -57,7 +57,7 @@ const defaultConfig: CipherFormConfig = {
|
||||
mode: "add",
|
||||
cipherType: CipherType.Login,
|
||||
admin: false,
|
||||
allowPersonalOwnership: true,
|
||||
organizationDataOwnershipDisabled: true,
|
||||
collections: [
|
||||
{
|
||||
id: "col1",
|
||||
@@ -354,13 +354,13 @@ export const WithSubmitButton: Story = {
|
||||
},
|
||||
};
|
||||
|
||||
export const NoPersonalOwnership: Story = {
|
||||
export const OrganizationDataOwnershipEnabled: Story = {
|
||||
...Add,
|
||||
args: {
|
||||
config: {
|
||||
...defaultConfig,
|
||||
mode: "add",
|
||||
allowPersonalOwnership: false,
|
||||
organizationDataOwnershipDisabled: false,
|
||||
originalCipher: defaultConfig.originalCipher,
|
||||
organizations: defaultConfig.organizations!,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user