mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
PM-21282 (#14664)
This commit is contained in:
@@ -19,6 +19,7 @@ export type NotificationConfirmationBodyProps = {
|
||||
buttonText: string;
|
||||
confirmationMessage: string;
|
||||
error?: string;
|
||||
itemName?: string;
|
||||
messageDetails?: string;
|
||||
tasksAreComplete?: boolean;
|
||||
theme: Theme;
|
||||
@@ -30,6 +31,7 @@ export function NotificationConfirmationBody({
|
||||
buttonText,
|
||||
confirmationMessage,
|
||||
error,
|
||||
itemName,
|
||||
messageDetails,
|
||||
tasksAreComplete,
|
||||
theme,
|
||||
@@ -46,6 +48,7 @@ export function NotificationConfirmationBody({
|
||||
? NotificationConfirmationMessage({
|
||||
buttonAria,
|
||||
buttonText,
|
||||
itemName,
|
||||
message: confirmationMessage,
|
||||
messageDetails,
|
||||
theme,
|
||||
|
||||
@@ -8,6 +8,7 @@ import { themes, typography } from "../../constants/styles";
|
||||
export type NotificationConfirmationMessageProps = {
|
||||
buttonAria?: string;
|
||||
buttonText?: string;
|
||||
itemName?: string;
|
||||
message?: string;
|
||||
messageDetails?: string;
|
||||
handleClick: (e: Event) => void;
|
||||
|
||||
Reference in New Issue
Block a user