1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

add hideFolderSelection for admin console ciphers

This commit is contained in:
Nick Krantz
2024-09-23 12:43:54 -05:00
parent 2b462b6fd6
commit 1ab007f895

View File

@@ -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;
}; };
/** /**