1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 02:44:01 +00:00

[PM-18721] update storybook docs

This commit is contained in:
rr-bw
2025-05-13 17:04:28 -07:00
parent 053452c178
commit 3ccc3b6e94
3 changed files with 7 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ type EmergencyAccessTakeoverDialogData = {
emergencyAccessId: string;
};
// eslint-disable-next-line @bitwarden/platform/no-enums
export enum EmergencyAccessTakeoverDialogResultType {
Done = "done",
}