From 4e5207e2d0e2e25059699a3b17e9255937250fd9 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Thu, 18 Aug 2022 03:44:13 +0200 Subject: [PATCH] dev: trigger fatal error --- src/app/components/Persist/Lock.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/components/Persist/Lock.tsx b/src/app/components/Persist/Lock.tsx index 6b8162e90d..5b0733df4a 100644 --- a/src/app/components/Persist/Lock.tsx +++ b/src/app/components/Persist/Lock.tsx @@ -1,3 +1,4 @@ +import { fatalErrorActions } from 'app/state/fatalerror' import { persistActions } from 'app/state/persist' import { selectIsPersisted } from 'app/state/persist/selectors' import { Box, Button } from 'grommet' @@ -17,6 +18,18 @@ export function Lock() { + ) }