1
0
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:
Vicki League
2025-06-25 09:43:14 -04:00
parent 97eb36407d
commit f647e7e41a

View File

@@ -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