mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
refactor hideIndividualFields to be more generic and hide favorite button
This commit is contained in:
@@ -80,8 +80,8 @@ type BaseCipherFormConfig = {
|
||||
*/
|
||||
organizations?: Organization[];
|
||||
|
||||
/** Hides the folder form field, useful in the Admin Console where folders aren't applicable */
|
||||
hideFolderSelection?: true;
|
||||
/** Hides the fields that are only applicable to individuals, useful in the Admin Console where folders aren't applicable */
|
||||
hideIndividualVaultFields?: true;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user