1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-20110] Disabled copy buttons on vault (#14549)

* export BitIconButtonComponent from component library

* manually update the disabled state of the icon button for copy cipher field directive

* add tests for `CopyCipherFieldDirective`
This commit is contained in:
Nick Krantz
2025-05-01 12:44:08 -05:00
committed by GitHub
parent 1123a5993e
commit de6b58c10a
3 changed files with 205 additions and 1 deletions

View File

@@ -1 +1,2 @@
export * from "./icon-button.module";
export { BitIconButtonComponent } from "./icon-button.component";