From 517967d4fe1febb821cd2d43cd82807f37e0fc33 Mon Sep 17 00:00:00 2001 From: Shane Melton Date: Thu, 18 Jul 2024 13:47:49 -0700 Subject: [PATCH] Use static date for storybook data (#10172) --- libs/vault/src/cipher-form/cipher-form.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vault/src/cipher-form/cipher-form.stories.ts b/libs/vault/src/cipher-form/cipher-form.stories.ts index e90c46fa0a..40b1cdf610 100644 --- a/libs/vault/src/cipher-form/cipher-form.stories.ts +++ b/libs/vault/src/cipher-form/cipher-form.stories.ts @@ -86,7 +86,7 @@ const defaultConfig: CipherFormConfig = { password: "testpassword", fido2Credentials: [ { - creationDate: new Date(), + creationDate: new Date(2024, 6, 18), }, ], totp: "123456",