mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
add hideFolderSelection for admin console ciphers
This commit is contained in:
@@ -79,6 +79,9 @@ type BaseCipherFormConfig = {
|
|||||||
* List of organizations that the user can create ciphers for.
|
* List of organizations that the user can create ciphers for.
|
||||||
*/
|
*/
|
||||||
organizations?: Organization[];
|
organizations?: Organization[];
|
||||||
|
|
||||||
|
/** Hides the folder form field, useful in the Admin Console where folders aren't applicable */
|
||||||
|
hideFolderSelection?: true;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user