mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 20:24:01 +00:00
finish migrating copy click directive
This commit is contained in:
@@ -42,7 +42,7 @@ export class CopyClickDirective {
|
||||
* When set, the toast displayed will show `<valueLabel> copied`
|
||||
* instead of the default messaging.
|
||||
*/
|
||||
readonly valueLabel = input<string>(undefined);
|
||||
readonly valueLabel = input<string>();
|
||||
|
||||
/**
|
||||
* When set without a value, a success toast will be shown when the value is copied
|
||||
|
||||
Reference in New Issue
Block a user